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
52af3948
Commit
52af3948
authored
Apr 24, 2017
by
Maximilien Colange
Browse files
Remove useless code.
* spot/twaalgos/determinize.cc: remove code.
parent
17bbef6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/twaalgos/determinize.cc
View file @
52af3948
...
...
@@ -534,18 +534,6 @@ namespace spot
bool
safra_state
::
operator
<
(
const
safra_state
&
other
)
const
{
if
(
nodes_
==
other
.
nodes_
)
{
for
(
auto
&
n
:
nodes_
)
{
auto
it
=
other
.
nodes_
.
find
(
n
.
first
);
assert
(
it
!=
other
.
nodes_
.
end
());
if
(
nesting_cmp
(
n
.
second
,
it
->
second
))
return
true
;
}
return
false
;
}
return
nodes_
<
other
.
nodes_
;
}
...
...
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