summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2013-08-13 16:05:06 -0400
committerSpencer T Brody <spencer@10gen.com>2013-08-19 18:04:21 -0400
commit9d3699513993b174b0fc23ba538851715f689b16 (patch)
tree654e028d30ea70d520f150f934c0ce0336c30d9d /src/mongo/db/repl
parent8f8963e798caefb026bfbe045fa49ac785134b23 (diff)
downloadmongo-9d3699513993b174b0fc23ba538851715f689b16.tar.gz
SERVER-9518 Cleanup authorization code and remove all uses of Principal and PrivilegeSet
Diffstat (limited to 'src/mongo/db/repl')
-rw-r--r--src/mongo/db/repl/rs.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/repl/rs.cpp b/src/mongo/db/repl/rs.cpp
index 9521be707ed..01a552be5d9 100644
--- a/src/mongo/db/repl/rs.cpp
+++ b/src/mongo/db/repl/rs.cpp
@@ -20,7 +20,6 @@
#include "mongo/base/status.h"
#include "mongo/db/auth/authorization_manager.h"
#include "mongo/db/auth/authorization_session.h"
-#include "mongo/db/auth/principal.h"
#include "mongo/db/client.h"
#include "mongo/db/cmdline.h"
#include "mongo/db/dbhelpers.h"