remove some dead code discovered while studying PVS-Studio's report
For #192. * spot/misc/timer.hh, spot/twa/bdddict.cc, spot/twa/bdddict.hh, spot/twaalgos/sbacc.cc: Here.
This commit is contained in:
parent
279bfa00bd
commit
40b8bab890
4 changed files with 2 additions and 12 deletions
|
|
@ -102,7 +102,6 @@ namespace spot
|
|||
acc = one_in[t.dst];
|
||||
if (dst_acc)
|
||||
acc |= common_out[t.dst];
|
||||
common_out[t.dst];
|
||||
res->new_edge(one.second, new_state(t.dst, acc),
|
||||
t.cond, one.first.second);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue