* 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

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