* src/tgba/tgbaproduct.cc (tgba_product_succ_iterator::first):

Simplify, do not call next_non_false_() either side is done.
This commit is contained in:
Alexandre Duret-Lutz 2003-07-03 14:04:25 +00:00
parent c09f646e3f
commit 4432b2388b
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2003-07-03 Alexandre Duret-Lutz <aduret@src.lip6.fr> 2003-07-03 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/tgba/tgbaproduct.cc (tgba_product_succ_iterator::first):
Simplify, do not call next_non_false_() either side is done.
* src/tgba/succiter.hh (tgba_succ_iterator::current_condition): * src/tgba/succiter.hh (tgba_succ_iterator::current_condition):
State that this is a boolean function. State that this is a boolean function.
* src/tgba/succiterconcrete.hh * src/tgba/succiterconcrete.hh

View file

@ -104,6 +104,7 @@ namespace spot
{ {
delete right_; delete right_;
right_ = 0; right_ = 0;
return;
} }
next_non_false_(); next_non_false_();
} }