summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.h
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2015-04-02 15:40:18 -0400
committerAndy Schwerin <schwerin@mongodb.com>2015-04-06 18:19:51 -0400
commit9e2cc1588f25f81983de48f2c69130203e325175 (patch)
treec1c4dff1bdf5914ec3a862109d79089c4794f73a /src/mongo/db/client.h
parent6ccb82c987a47995fd7d8019d7fd4d1e557478b4 (diff)
downloadmongo-9e2cc1588f25f81983de48f2c69130203e325175.tar.gz
SERVER-17817 Remove inoperative code from client.h/cpp
Diffstat (limited to 'src/mongo/db/client.h')
-rw-r--r--src/mongo/db/client.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/client.h b/src/mongo/db/client.h
index bd0f3830fc0..5b11d057e99 100644
--- a/src/mongo/db/client.h
+++ b/src/mongo/db/client.h
@@ -149,9 +149,6 @@ namespace mongo {
// Changes, based on what operation is running. Some of this should be in OperationContext.
CurOp* _curOp;
-
- // Tracks if Client::shutdown() gets called (TODO: Is this necessary?)
- bool _shutdown;
};
/** get the Client object for this thread. */