summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands_generic.cpp
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2013-12-09 17:36:56 -0500
committerSpencer T Brody <spencer@10gen.com>2014-01-14 18:56:53 -0500
commit76fc4baa3004af615066ba82ef458908ff2eb041 (patch)
treee31ad302284a0737f54920d0a42162e256e166e2 /src/mongo/db/dbcommands_generic.cpp
parentdb151b44bce6975fd66e6eece4088035526e57ae (diff)
downloadmongo-76fc4baa3004af615066ba82ef458908ff2eb041.tar.gz
SERVER-11834 Remove lockType field from listCommands output
Diffstat (limited to 'src/mongo/db/dbcommands_generic.cpp')
-rw-r--r--src/mongo/db/dbcommands_generic.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/dbcommands_generic.cpp b/src/mongo/db/dbcommands_generic.cpp
index 977fc7cc49b..937721e3581 100644
--- a/src/mongo/db/dbcommands_generic.cpp
+++ b/src/mongo/db/dbcommands_generic.cpp
@@ -275,7 +275,6 @@ namespace mongo {
c->help( help );
temp.append( "help" , help.str() );
}
- temp.append( "lockType" , c->locktype() );
temp.append( "slaveOk" , c->slaveOk() );
temp.append( "adminOnly" , c->adminOnly() );
//optionally indicates that the command can be forced to run on a slave/secondary