Remove CDS_EMPLACE_SUPPORT macro and unused code
[libcds.git] / cds / details / defs.h
index 38340ae59df29f2d14de155e921ec087ddd94eb5..e7d164b0897c3a5835659bc70bed5e946093f11a 100644 (file)
@@ -348,8 +348,6 @@ namespace cds {}
 #   define CDS_NOEXCEPT_DEFAULTED_(expr)  CDS_NOEXCEPT_( expr )
 #endif
 
-#define CDS_EMPLACE_SUPPORT
-
 #ifdef CDS_CXX11_INLINE_NAMESPACE_SUPPORT
 #   define CDS_CXX11_INLINE_NAMESPACE   inline
 #else