summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/locker_noop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/concurrency/locker_noop.h')
-rw-r--r--src/mongo/db/concurrency/locker_noop.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/concurrency/locker_noop.h b/src/mongo/db/concurrency/locker_noop.h
index 24450ceeecc..ff252243964 100644
--- a/src/mongo/db/concurrency/locker_noop.h
+++ b/src/mongo/db/concurrency/locker_noop.h
@@ -160,10 +160,6 @@ public:
invariant(false);
}
- virtual void assertEmptyAndReset() {
- invariant(false);
- }
-
virtual bool hasLockPending() const {
invariant(false);
}