summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context.h
diff options
context:
space:
mode:
authorJason Rassi <rassi@10gen.com>2015-03-09 13:24:07 -0400
committerJason Rassi <rassi@10gen.com>2015-03-09 17:21:23 -0400
commit0c388e562f6b1549b583486b151164df17b37d94 (patch)
treed4faf8b27722398c9885b8bade3c32efc94e43fe /src/mongo/db/operation_context.h
parente6491d77039d58197aa3cf63323a0b6d47f6b859 (diff)
downloadmongo-0c388e562f6b1549b583486b151164df17b37d94.tar.gz
SERVER-17499 Unify GodScope and fromDBDirectClient bool
Diffstat (limited to 'src/mongo/db/operation_context.h')
-rw-r--r--src/mongo/db/operation_context.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/operation_context.h b/src/mongo/db/operation_context.h
index ff9e973fa13..89ab86afb9d 100644
--- a/src/mongo/db/operation_context.h
+++ b/src/mongo/db/operation_context.h
@@ -110,12 +110,6 @@ namespace mongo {
virtual std::string getNS() const = 0;
/**
- * Returns true if this operation is under a GodScope. Only used by DBDirectClient.
- * TODO(spencer): SERVER-10228 Remove this
- */
- virtual bool isGod() const = 0;
-
- /**
* Returns the client under which this context runs.
*/
virtual Client* getClient() const = 0;