Remove unused argument in constructor.
* src/taalgos/tgba2ta.cc, src/ta/taexplicit.hh (state_ta_explicit): Remove unused argument in constructor.
This commit is contained in:
parent
422bb842bf
commit
29ee11cfd3
2 changed files with 3 additions and 4 deletions
|
|
@ -175,7 +175,7 @@ namespace spot
|
|||
|
||||
state_ta_explicit* artificial_livelock_accepting_state =
|
||||
new state_ta_explicit(ta->get_tgba()->get_init_state(), bddfalse,
|
||||
false, false, true, 0, true);
|
||||
false, false, true, 0);
|
||||
|
||||
add_artificial_livelock_accepting_state(ta,
|
||||
artificial_livelock_accepting_state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue