* 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:
parent
c09f646e3f
commit
4432b2388b
2 changed files with 4 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ namespace spot
|
|||
{
|
||||
delete right_;
|
||||
right_ = 0;
|
||||
return;
|
||||
}
|
||||
next_non_false_();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue