summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/authentication_commands.cpp
diff options
context:
space:
mode:
authorAndreas Nilsson <andreas.nilsson@10gen.com>2013-07-03 19:23:25 +0100
committerAndreas Nilsson <andreas.nilsson@10gen.com>2013-07-03 19:27:17 +0100
commitcd3101ca2f8e539a4ad425fa8e6da55a935dd2b1 (patch)
tree28c2891f8327a8c796b92e95cd03b8b26784662f /src/mongo/db/commands/authentication_commands.cpp
parent00fb45cd97d2314548dc07c2c8e1cc1737fd273f (diff)
downloadmongo-cd3101ca2f8e539a4ad425fa8e6da55a935dd2b1.tar.gz
Revert "SERVER-7455 Common internal cluster auth function"
Broke auth C++ unit tests This reverts commit 00fb45cd97d2314548dc07c2c8e1cc1737fd273f.
Diffstat (limited to 'src/mongo/db/commands/authentication_commands.cpp')
-rw-r--r--src/mongo/db/commands/authentication_commands.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/commands/authentication_commands.cpp b/src/mongo/db/commands/authentication_commands.cpp
index 1f89d79c0d9..3372fe40c60 100644
--- a/src/mongo/db/commands/authentication_commands.cpp
+++ b/src/mongo/db/commands/authentication_commands.cpp
@@ -29,7 +29,6 @@
#include "mongo/db/auth/authorization_session.h"
#include "mongo/db/auth/mongo_authentication_session.h"
#include "mongo/db/auth/privilege.h"
-#include "mongo/db/auth/security_key.h"
#include "mongo/db/client_basic.h"
#include "mongo/db/commands.h"
#include "mongo/db/jsobj.h"