* src/tgba/tgbatba.cc

(tgba_tba_proxy_succ_iterator::~tgba_tba_proxy_succ_iterator):
Delete the proxied iterator.
This commit is contained in:
Alexandre Duret-Lutz 2003-10-27 10:23:04 +00:00
parent 23ed880bc8
commit 0ae540ac2a
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,9 @@
2003-10-27 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgba/tgbatba.cc
(tgba_tba_proxy_succ_iterator::~tgba_tba_proxy_succ_iterator):
Delete the proxied iterator.
* src/tgbaalgos/emptinesscheck.cc (emptiness_check::counter_example):
Remove unused tmp_last, best_lst, and tmp_acc variables.