diff options
author | Benety Goh <benety@mongodb.com> | 2017-05-25 12:31:00 -0400 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2017-05-25 12:31:04 -0400 |
commit | b1d878ebbc9c7c58002e34714db83e748b59bb78 (patch) | |
tree | d7a45e56e4ea277214125b9e0aafdc18027b0683 /src/mongo/db/audit.h | |
parent | bb4d304a75271510250419f7a6edfcb62433eb79 (diff) | |
download | mongo-b1d878ebbc9c7c58002e34714db83e748b59bb78.tar.gz |
SERVER-29314 removed CommandInterface import
This import is no longer necessary now that the downstream changes to implementations of the
audit interface have been completed.
Diffstat (limited to 'src/mongo/db/audit.h')
-rw-r--r-- | src/mongo/db/audit.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/audit.h b/src/mongo/db/audit.h index 6fb2b1db998..e2ef53f01c1 100644 --- a/src/mongo/db/audit.h +++ b/src/mongo/db/audit.h @@ -51,12 +51,6 @@ class UserName; namespace audit { /** - * Import CommandInterface as Command into the 'audit' namespace to accommodate - * implementations of logCommandAuthzCheck() that still refer to Command. - */ -using Command = CommandInterface; - -/** * Logs the result of an authentication attempt. */ void logAuthentication(Client* client, |