summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/db/pipeline/expression_context.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/pipeline/expression_context.h b/src/mongo/db/pipeline/expression_context.h
index 32289466640..232df5486a3 100644
--- a/src/mongo/db/pipeline/expression_context.h
+++ b/src/mongo/db/pipeline/expression_context.h
@@ -431,11 +431,6 @@ public:
// expression counting.
bool enabledCounters = true;
- // Returns true if the resolved collation of the context is simple.
- bool isResolvedCollationSimple() const {
- return getCollatorBSON().woCompare(CollationSpec::kSimpleSpec) == 0;
- }
-
protected:
static const int kInterruptCheckPeriod = 128;