From a9ea68ec3e80a1a310cd1f1c1d50f26db03b814a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dietmar=20K=C3=BChl?= Date: Mon, 18 Nov 2024 09:24:43 +0100 Subject: [PATCH] removed an unnecessary [[fallthrough]] --- include/beman/execution26/detail/simple_counting_scope.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/beman/execution26/detail/simple_counting_scope.hpp b/include/beman/execution26/detail/simple_counting_scope.hpp index 27794290..09206613 100644 --- a/include/beman/execution26/detail/simple_counting_scope.hpp +++ b/include/beman/execution26/detail/simple_counting_scope.hpp @@ -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;