summaryrefslogtreecommitdiff
path: root/src/mongo/db/audit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/audit.cpp')
-rw-r--r--src/mongo/db/audit.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/audit.cpp b/src/mongo/db/audit.cpp
index 0ae7a5bb946..c8d783d1546 100644
--- a/src/mongo/db/audit.cpp
+++ b/src/mongo/db/audit.cpp
@@ -171,7 +171,4 @@ void mongo::audit::logShardCollection(Client* client,
const BSONObj& keyPattern,
bool unique) {}
-void mongo::audit::writeImpersonatedUsersToMetadata(OperationContext* opCtx,
- BSONObjBuilder* metadata) {}
-
#endif