Skip to content

Commit 734df0c

Browse files
committed
remove commented, unnecessary code
1 parent 4c701ed commit 734df0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/beman/execution26/detail/run_loop.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ class run_loop {
3939
};
4040

4141
struct opstate_base : ::beman::execution26::detail::virtual_immovable {
42-
// virtual ~opstate_base() override = default;
4342
opstate_base* next{};
4443
virtual auto execute() noexcept -> void = 0;
4544
};

0 commit comments

Comments
 (0)