summaryrefslogtreecommitdiff
path: root/src/mongo/db/audit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/audit.h')
-rw-r--r--src/mongo/db/audit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/audit.h b/src/mongo/db/audit.h
index ccd1022b268..bfc7cee3794 100644
--- a/src/mongo/db/audit.h
+++ b/src/mongo/db/audit.h
@@ -384,7 +384,7 @@ void logEnableSharding(Client* client, StringData dbname);
/**
* Logs the result of a addShard command.
*/
-void logAddShard(Client* client, StringData name, const std::string& servers, long long maxSize);
+void logAddShard(Client* client, StringData name, const std::string& servers);
/**
* Logs the result of a removeShard command.