From 0c388e562f6b1549b583486b151164df17b37d94 Mon Sep 17 00:00:00 2001 From: Jason Rassi Date: Mon, 9 Mar 2015 13:24:07 -0400 Subject: SERVER-17499 Unify GodScope and fromDBDirectClient bool --- src/mongo/db/operation_context_noop.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mongo/db/operation_context_noop.h') diff --git a/src/mongo/db/operation_context_noop.h b/src/mongo/db/operation_context_noop.h index ea6034bf053..0a24af2fdd6 100644 --- a/src/mongo/db/operation_context_noop.h +++ b/src/mongo/db/operation_context_noop.h @@ -95,10 +95,6 @@ namespace mongo { return true; } - virtual bool isGod() const { - return false; - } - virtual std::string getNS() const { return std::string(); }; -- cgit v1.2.1