summaryrefslogtreecommitdiff
path: root/src/mongo/db/audit.h
diff options
context:
space:
mode:
authormatt dannenberg <matt.dannenberg@10gen.com>2013-11-13 15:52:51 -0500
committermatt dannenberg <matt.dannenberg@10gen.com>2013-11-13 16:12:08 -0500
commit0a1c8c986f31f49c4d878c3819fe10608f4b2b06 (patch)
tree2e151cd895399071339bc2fca333cabc0fbe0e63 /src/mongo/db/audit.h
parent38edfba653196620516bb8d4949b62ce011ffe94 (diff)
downloadmongo-0a1c8c986f31f49c4d878c3819fe10608f4b2b06.tar.gz
SERVER-11600 remove logRotate from auditlogging
Diffstat (limited to 'src/mongo/db/audit.h')
-rw-r--r--src/mongo/db/audit.h6
1 files changed, 0 insertions, 6 deletions
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,