Skip to content

Commit

Permalink
Remove unmatched cppcheck suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusTomlinson committed Mar 17, 2024
1 parent 60e5c64 commit 8af748d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/dspatch/SignalBus.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class SignalBus final

inline SignalBus::SignalBus() = default;

// cppcheck-suppress missingMemberCopy
inline SignalBus::SignalBus( SignalBus&& rhs )
: _signals( std::move( rhs._signals ) )
{
Expand Down

0 comments on commit 8af748d

Please sign in to comment.