summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/authorization_manager.h')
-rw-r--r--src/mongo/db/auth/authorization_manager.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mongo/db/auth/authorization_manager.h b/src/mongo/db/auth/authorization_manager.h
index fa6280d4c5a..6cc0ae093a4 100644
--- a/src/mongo/db/auth/authorization_manager.h
+++ b/src/mongo/db/auth/authorization_manager.h
@@ -88,22 +88,11 @@ namespace mongo {
static const NamespaceString versionCollectionNamespace;
/**
- * Query to match the auth schema version document in the versionCollectionNamespace.
- */
- static const BSONObj versionDocumentQuery;
-
- /**
* Name of the server parameter used to report the auth schema version (via getParameter).
*/
static const std::string schemaVersionServerParameter;
/**
- * Name of the field in the auth schema version document containing the current schema
- * version.
- */
- static const std::string schemaVersionFieldName;
-
- /**
* Value used to represent that the schema version is not cached or invalid.
*/
static const int schemaVersionInvalid = 0;