diff options
-rw-r--r-- | src/mongo/db/audit.cpp | 3 | ||||
-rw-r--r-- | src/mongo/db/audit.h | 6 |
2 files changed, 0 insertions, 9 deletions
diff --git a/src/mongo/db/audit.cpp b/src/mongo/db/audit.cpp index 051cc54c856..329c59710c6 100644 --- a/src/mongo/db/audit.cpp +++ b/src/mongo/db/audit.cpp @@ -167,9 +167,6 @@ namespace audit { void logShutdown(ClientBasic* client) MONGO_AUDIT_STUB - void logAuditLogRotate(ClientBasic* client, - const StringData& file) MONGO_AUDIT_STUB - void logCreateIndex(ClientBasic* client, const BSONObj* indexSpec, const StringData& indexname, diff --git a/src/mongo/db/audit.h b/src/mongo/db/audit.h index 1b131df23b5..4ed78ea06bf 100644 --- a/src/mongo/db/audit.h +++ b/src/mongo/db/audit.h @@ -275,12 +275,6 @@ namespace audit { void logShutdown(ClientBasic* client); /** - * Logs the result of an AuditLogRotate command. - */ - void logAuditLogRotate(ClientBasic* client, - const StringData& file); - - /** * Logs the result of a createIndex command. */ void logCreateIndex(ClientBasic* client, |