summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/curop.h')
-rw-r--r--src/mongo/db/curop.h4
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.