spot: small factorisations, improvements and typos

* spot/tl/hierarchy.cc: Factorisations, improvements.
* spot/twaalgos/totgba.cc:  Typos.
This commit is contained in:
Alexandre GBAGUIDI AISSE 2017-10-10 15:20:08 +02:00
parent 2c059a1099
commit 1b4002401a
2 changed files with 3 additions and 4 deletions

View file

@ -84,7 +84,6 @@ namespace spot
if (code[s].sub.op == acc_cond::acc_op::And
|| ((one_conjunction = root_op == acc_cond::acc_op::And)))
{
debug << "WABA" << std::endl;
s = one_conjunction ? s + 1 : s;
const unsigned short size = code[s].sub.size;
acc_cond::mark_t fin = 0u;