summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_manager_external_state_d.h
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@10gen.com>2013-10-25 18:15:23 -0400
committerAndy Schwerin <schwerin@10gen.com>2013-10-25 18:15:23 -0400
commit774860337ea71d1f8b4711971dc9fa61115cd003 (patch)
tree221abb74c9c050ab62399028d966c2cdec8fc311 /src/mongo/db/auth/authz_manager_external_state_d.h
parentff9f15747c7f9e3d20436a66b2d90384e06fd4f2 (diff)
downloadmongo-774860337ea71d1f8b4711971dc9fa61115cd003.tar.gz
Revert "SERVER-9516 Write version document to admin.system.version as needed in mongod."
This reverts commit 3d61067308f7f526ec00d79bcbb158d31fd413fa, which breaks multi-version because it replicates writes to admin.system.version at startup.
Diffstat (limited to 'src/mongo/db/auth/authz_manager_external_state_d.h')
-rw-r--r--src/mongo/db/auth/authz_manager_external_state_d.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/auth/authz_manager_external_state_d.h b/src/mongo/db/auth/authz_manager_external_state_d.h
index 79e94582d24..54f615fe692 100644
--- a/src/mongo/db/auth/authz_manager_external_state_d.h
+++ b/src/mongo/db/auth/authz_manager_external_state_d.h
@@ -47,8 +47,6 @@ namespace mongo {
MONGO_DISALLOW_COPYING(AuthzManagerExternalStateMongod);
public:
- static void writeAuthSchemaVersionDocumentIfNeeded();
-
AuthzManagerExternalStateMongod();
virtual ~AuthzManagerExternalStateMongod();