Skip to content

Commit

Permalink
removed an unnecessary [[fallthrough]] (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
dietmarkuehl authored Nov 18, 2024
1 parent 21626f7 commit 1f93330
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/beman/execution26/detail/simple_counting_scope.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ class beman::execution26::simple_counting_scope : ::beman::execution26::detail::
this->state = state_t::open; // fall-through!
[[fallthrough]];
case state_t::open:
[[fallthrough]];
case state_t::open_and_joining:
++this->count;
return this;
Expand Down

0 comments on commit 1f93330

Please sign in to comment.