summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/operation_context_impl.cpp')
-rw-r--r--src/mongo/db/operation_context_impl.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/operation_context_impl.cpp b/src/mongo/db/operation_context_impl.cpp
index 93ce0686440..be8b74fd159 100644
--- a/src/mongo/db/operation_context_impl.cpp
+++ b/src/mongo/db/operation_context_impl.cpp
@@ -95,8 +95,4 @@ ProgressMeter* OperationContextImpl::setMessage_inlock(const char* msg,
return &CurOp::get(this)->setMessage_inlock(msg, name, progressMeterTotal, secondsBetween);
}
-string OperationContextImpl::getNS() const {
- return CurOp::get(this)->getNS();
-}
-
} // namespace mongo