Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Spot
Spot
Commits
52af3948
Commit
52af3948
authored
Apr 24, 2017
by
Maximilien Colange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove useless code.
* spot/twaalgos/determinize.cc: remove code.
parent
17bbef6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
spot/twaalgos/determinize.cc
spot/twaalgos/determinize.cc
+0
-12
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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