Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
b4fbbc95
Commit
b4fbbc95
authored
Apr 11, 2013
by
Etienne Renault
Committed by
Alexandre Duret-Lutz
Apr 27, 2013
Browse files
Fix Warning GCC 4.8
* src/tgbatest/taatgba.cc: Remove unused typedef
parent
9cd7500f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgbatest/taatgba.cc
View file @
b4fbbc95
...
...
@@ -34,8 +34,6 @@ main()
spot
::
taa_tgba_string
*
a
=
new
spot
::
taa_tgba_string
(
dict
);
typedef
spot
::
taa_tgba
::
transition
trans
;
typedef
spot
::
taa_tgba
::
state
state
;
typedef
spot
::
taa_tgba
::
state_set
state_set
;
std
::
string
ss1_values
[]
=
{
"state 2"
,
"state 3"
};
std
::
vector
<
std
::
string
>
ss1_vector
(
ss1_values
,
ss1_values
+
2
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment