diff --git a/src/catch2/reporters/catch_reporter_bases.hpp b/src/catch2/reporters/catch_reporter_bases.hpp index 09e6d545..5d875027 100644 --- a/src/catch2/reporters/catch_reporter_bases.hpp +++ b/src/catch2/reporters/catch_reporter_bases.hpp @@ -107,9 +107,6 @@ namespace Catch { bool operator == (SectionNode const& other) const { return stats.sectionInfo.lineInfo == other.stats.sectionInfo.lineInfo; } - bool operator == (std::shared_ptr const& other) const { - return operator==(*other); - } SectionStats stats; using ChildSections = std::vector>;