summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
diff options
context:
space:
mode:
authorAdam Midvidy <amidvidy@gmail.com>2015-06-29 09:16:44 -0400
committerAdam Midvidy <amidvidy@gmail.com>2015-06-29 09:27:55 -0400
commita05fe115d44c58b6e81dcd60f254d15cfa3ab243 (patch)
tree121bab8c129785ade5acaf5b700b3ab8c223b413 /src/mongo/db/curop.h
parent504aadbc372054b7b94cef7a24c1d6b3b5bd867b (diff)
downloadmongo-a05fe115d44c58b6e81dcd60f254d15cfa3ab243.tar.gz
SERVER-19143 remove ns from OpDebug and synchronize access to NS in curop
Diffstat (limited to 'src/mongo/db/curop.h')
-rw-r--r--src/mongo/db/curop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/curop.h b/src/mongo/db/curop.h
index 42404c30533..aa7a25dd610 100644
--- a/src/mongo/db/curop.h
+++ b/src/mongo/db/curop.h
@@ -151,7 +151,6 @@ public:
// basic options
int op;
bool iscommand;
- std::string ns;
BSONObj query;
BSONObj updateobj;