summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/curop.cpp')
-rw-r--r--src/mongo/db/curop.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/curop.cpp b/src/mongo/db/curop.cpp
index bdd685f98f9..7e8c04e06ba 100644
--- a/src/mongo/db/curop.cpp
+++ b/src/mongo/db/curop.cpp
@@ -117,7 +117,6 @@ namespace mongo {
}
void CurOp::leave( Client::Context * context ) {
- _ns[0] = 0;
}
void CurOp::recordGlobalTime( long long micros ) const {