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:
Alexandre Duret-Lutz 2016-10-28 22:55:48 +02:00
parent 279bfa00bd
commit 40b8bab890
4 changed files with 2 additions and 12 deletions

View file

@ -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);
}