diff options
author | Andy Schwerin <schwerin@mongodb.com> | 2015-04-02 15:40:18 -0400 |
---|---|---|
committer | Andy Schwerin <schwerin@mongodb.com> | 2015-04-06 18:19:51 -0400 |
commit | 9e2cc1588f25f81983de48f2c69130203e325175 (patch) | |
tree | c1c4dff1bdf5914ec3a862109d79089c4794f73a /src/mongo/db/client.h | |
parent | 6ccb82c987a47995fd7d8019d7fd4d1e557478b4 (diff) | |
download | mongo-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.h | 3 |
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. */ |