summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/localconsts.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/localconsts.h b/src/localconsts.h
index 455a0ba3c..e39102f86 100644
--- a/src/localconsts.h
+++ b/src/localconsts.h
@@ -27,8 +27,6 @@
#define CAST_U32 static_cast<uint32_t>
#define CAST_SIZE static_cast<size_t>
-//#define noexcept2
-
#define GCC_VERSION (__GNUC__ * 10000 \
+ __GNUC_MINOR__ * 100 \
+ __GNUC_PATCHLEVEL__)