Skip to content

Commit

Permalink
remove commented, unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
dietmarkuehl committed Dec 21, 2024
1 parent 4c701ed commit 734df0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/beman/execution26/detail/run_loop.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class run_loop {
};

struct opstate_base : ::beman::execution26::detail::virtual_immovable {
// virtual ~opstate_base() override = default;
opstate_base* next{};
virtual auto execute() noexcept -> void = 0;
};
Expand Down

0 comments on commit 734df0c

Please sign in to comment.