summaryrefslogtreecommitdiff
path: root/src/mongo/util/version.h
diff options
context:
space:
mode:
authorDan Pasette <dan@mongodb.com>2016-07-15 00:19:20 -0400
committerDan Pasette <dan@mongodb.com>2016-07-15 00:19:20 -0400
commit1e438829940d85195818a4579f875f47dc460293 (patch)
tree6defd6516bce4b95032ec7f7fb02da1eb1c97fec /src/mongo/util/version.h
parent5e504b81ab84274db75f868cf1559cee015beddd (diff)
downloadmongo-1e438829940d85195818a4579f875f47dc460293.tar.gz
Revert "SERVER-22734 add Enterprise to version in enterprise shell builds"
This reverts commit 472ac6b5bcb50e8869d03ecb044ce8ed3d779954.
Diffstat (limited to 'src/mongo/util/version.h')
-rw-r--r--src/mongo/util/version.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/util/version.h b/src/mongo/util/version.h
index e1388824aee..17a40eaa62e 100644
--- a/src/mongo/util/version.h
+++ b/src/mongo/util/version.h
@@ -50,12 +50,6 @@ std::vector<std::string> compiledModules();
// Checks whether another version is the same major version as us
bool isSameMajorVersion(const char* version);
-// Checks whether this is an enterprise build or not (looks for enterprise module).
-bool hasEnterprise();
-
-// Returns the versionString, but prefixes with "Enterprise" if hasEnterprise.
-std::string enterpriseVersionString();
-
// Get/print the version of OpenSSL that's used at runtime
const std::string openSSLVersion(const std::string& prefix = "", const std::string& suffix = "");