* spot/twaalgos/ltl2taa.cc: Remove unused variable.

This commit is contained in:
Alexandre Duret-Lutz 2018-03-24 09:55:54 +01:00
parent c476b2ee3c
commit 006de5da70

View file

@ -248,7 +248,6 @@ namespace spot
ok = false;
}
std::vector<succ_state>::iterator i;
taa_tgba::transition* t = nullptr;
switch (f.kind())
{