summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/list_databases.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/list_databases.cpp')
-rw-r--r--src/mongo/db/commands/list_databases.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/commands/list_databases.cpp b/src/mongo/db/commands/list_databases.cpp
index fe24e9b8967..b25a13b887b 100644
--- a/src/mongo/db/commands/list_databases.cpp
+++ b/src/mongo/db/commands/list_databases.cpp
@@ -86,7 +86,6 @@ public:
bool run(OperationContext* opCtx,
const string& dbname,
const BSONObj& jsobj,
- string& errmsg,
BSONObjBuilder& result) {
// Parse the filter.
std::unique_ptr<MatchExpression> filter;