summaryrefslogtreecommitdiff
path: root/src/mongo/config.h.in
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2019-06-12 22:01:55 -0400
committerA. Jesse Jiryu Davis <jesse@mongodb.com>2019-06-13 14:51:51 -0400
commit587a768e6893de03130e95eb80807153c3c503c1 (patch)
treed149d063b8d23e7b071da688eea974db8fe48d15 /src/mongo/config.h.in
parent750b1a60989052dffd4f7cb3c3077b85f57f914c (diff)
downloadmongo-587a768e6893de03130e95eb80807153c3c503c1.tar.gz
SERVER-41592 Remove scons check for std::make_unique
Diffstat (limited to 'src/mongo/config.h.in')
-rw-r--r--src/mongo/config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/config.h.in b/src/mongo/config.h.in
index 3dd818030e0..e0507630452 100644
--- a/src/mongo/config.h.in
+++ b/src/mongo/config.h.in
@@ -68,9 +68,6 @@
// Defined if pthread.h and pthread_setname_np are available
@mongo_config_have_pthread_setname_np@
-// Defined if std::make_unique is available
-@mongo_config_have_std_make_unique@
-
// Defined if strnlen is available
@mongo_config_have_strnlen@