Skip to content

Commit

Permalink
Undo last commit, I was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
dziegel authored Oct 7, 2024
1 parent da5108c commit 382758a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions include/cpp_event_framework/StaticPool.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@ public:
{
last_->next = ptr;
}
else
{
last_ = ptr;
}
last_ = ptr;

fill_level_++;
assert(FillLevel() <= NumElements);
Expand Down

0 comments on commit 382758a

Please sign in to comment.