diff options
author | David Storch <david.storch@10gen.com> | 2015-12-04 14:06:12 -0500 |
---|---|---|
committer | David Storch <david.storch@10gen.com> | 2015-12-08 12:39:14 -0500 |
commit | 840252b2676ff42303acb7e1ebb7887a2e924d78 (patch) | |
tree | b14f58ee55ff0cb7b5f3e03c1dcfc78dece016dc /src/mongo/db/curop.h | |
parent | f1d167a50538311c384875a1f76a13c08a07b45c (diff) | |
download | mongo-840252b2676ff42303acb7e1ebb7887a2e924d78.tar.gz |
SERVER-21772 remove dead method CurOp::setDbProfileLevel
Diffstat (limited to 'src/mongo/db/curop.h')
-rw-r--r-- | src/mongo/db/curop.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/curop.h b/src/mongo/db/curop.h index 423e1adc5fa..9c80cd641ba 100644 --- a/src/mongo/db/curop.h +++ b/src/mongo/db/curop.h @@ -309,10 +309,6 @@ public: */ void raiseDbProfileLevel(int dbProfileLevel); - void setDbProfileLevel(int dbProfileLevel) { - _dbprofile = dbProfileLevel; - } - /** * Gets the network operation type. No lock is required if called by the thread executing * the operation, but the lock must be held if called from another thread. |