summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/matcher/expression_type.h')
-rw-r--r--src/mongo/db/matcher/expression_type.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/matcher/expression_type.h b/src/mongo/db/matcher/expression_type.h
index 17dbb3a36d3..95e1416486e 100644
--- a/src/mongo/db/matcher/expression_type.h
+++ b/src/mongo/db/matcher/expression_type.h
@@ -199,10 +199,6 @@ public:
return expr;
}
- MatchCategory getCategory() const final {
- return MatchCategory::kOther;
- }
-
void acceptVisitor(MatchExpressionMutableVisitor* visitor) final {
visitor->visit(this);
}