From 9a42d213c08486ab2817ef99ce3aa0ce0fb2c701 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Sat, 1 Mar 2014 10:31:48 +0000 Subject: [PATCH] [C++11] Now that we're not using it, remove the LLVM_HAS_RVALUE_REFERENCES macro. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202585 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Compiler.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/llvm/Support/Compiler.h b/include/llvm/Support/Compiler.h index 9d273a68c66..f87d797ad23 100644 --- a/include/llvm/Support/Compiler.h +++ b/include/llvm/Support/Compiler.h @@ -56,9 +56,6 @@ #define LLVM_MSC_PREREQ(version) 0 #endif -/// \brief We require the host compiler to support r-value references. -#define LLVM_HAS_RVALUE_REFERENCES 1 - /// \brief Does the compiler support r-value reference *this? /// /// Sadly, this is separate from just r-value reference support because GCC -- 2.11.0