summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tcmalloc.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tcmalloc.cc b/src/tcmalloc.cc
index 3b598f1..c37846f 100644
--- a/src/tcmalloc.cc
+++ b/src/tcmalloc.cc
@@ -90,9 +90,7 @@
#include "config.h"
// At least for gcc on Linux/i386 and Linux/amd64 not adding throw()
// to tc_xxx functions actually ends up generating better code.
-#if defined(__GNUC__) && (__cplusplus < 201103L)
#define PERFTOOLS_NOTHROW
-#endif
#include <gperftools/tcmalloc.h>
#include <errno.h> // for ENOMEM, EINVAL, errno