summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_manager_external_state.h
diff options
context:
space:
mode:
authorDaniel Alabi <alabidan@gmail.com>2015-05-26 10:28:40 -0400
committerDaniel Alabi <alabidan@gmail.com>2015-05-26 13:20:40 -0400
commit6ff771d5ea56c15ffc298f0d78b76f427d171052 (patch)
treeb5e00a1d690a3bb6fd8a91e36d9c5a86eb66e215 /src/mongo/db/auth/authz_manager_external_state.h
parentcfdb9c4800290e669716cd8c9ac22fc00c906c72 (diff)
downloadmongo-6ff771d5ea56c15ffc298f0d78b76f427d171052.tar.gz
SERVER-18478 Remove lingering unused mutex in AuthzManagerExternalStateLocal
Also removes unused includes in AuthzManagerExternalState* files as a result of recent cleanup
Diffstat (limited to 'src/mongo/db/auth/authz_manager_external_state.h')
-rw-r--r--src/mongo/db/auth/authz_manager_external_state.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/auth/authz_manager_external_state.h b/src/mongo/db/auth/authz_manager_external_state.h
index ddcbb8c1d4c..6fd94effb69 100644
--- a/src/mongo/db/auth/authz_manager_external_state.h
+++ b/src/mongo/db/auth/authz_manager_external_state.h
@@ -37,7 +37,6 @@
#include "mongo/db/auth/role_name.h"
#include "mongo/db/auth/user_name.h"
#include "mongo/db/jsobj.h"
-#include "mongo/db/namespace_string.h"
#include "mongo/stdx/functional.h"
namespace mongo {