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
7022853d
Commit
7022853d
authored
Oct 14, 2012
by
Alexandre Duret-Lutz
Browse files
* src/ltlvisit/simplify.cc (simplify_visitor): Return automatop as-is.
parent
7b6337f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ltlvisit/simplify.cc
View file @
7022853d
...
...
@@ -2367,9 +2367,9 @@ namespace spot
}
void
visit
(
const
automatop
*
)
visit
(
const
automatop
*
aut
)
{
assert
(
0
);
result_
=
aut
->
clone
(
);
}
void
...
...
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