From 5b65decf91426e19e641d16183b4e6f6bdfd96d4 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 8 Sep 2014 15:00:33 -0400 Subject: Common: Remove HAVE_CXX11_SYNTAX define from Common.h --- src/common/common.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/common/common.h b/src/common/common.h index cb69eabe4..9f3016d34 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -20,11 +20,6 @@ #define STACKALIGN -#if __cplusplus >= 201103L || defined(_MSC_VER) || defined(__GXX_EXPERIMENTAL_CXX0X__) -#define HAVE_CXX11_SYNTAX 1 -#endif - -#if HAVE_CXX11_SYNTAX // An inheritable class to disallow the copy constructor and operator= functions class NonCopyable { @@ -36,7 +31,6 @@ private: NonCopyable(NonCopyable&); NonCopyable& operator=(NonCopyable& other); }; -#endif #include "common/log.h" #include "common/common_types.h" -- cgit v1.2.3