Skip to content

Commit

Permalink
Removed unused parameter
Browse files Browse the repository at this point in the history
- as per PR catchorg#530
  • Loading branch information
philsquared committed Nov 4, 2015
1 parent e917381 commit 9576ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/reporters/catch_reporter_bases.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ namespace Catch {
{}

virtual void assertionStarting( AssertionInfo const& ) CATCH_OVERRIDE {}
virtual bool assertionEnded( AssertionStats const& _assertionStats ) CATCH_OVERRIDE {
virtual bool assertionEnded( AssertionStats const& ) CATCH_OVERRIDE {
return false;
}
};
Expand Down

0 comments on commit 9576ad9

Please sign in to comment.