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

This commit is contained in:
Alexandre Duret-Lutz 2018-03-24 09:55:54 +01:00
parent 69a3e8486e
commit 95ad831c40

View file

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