[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
This commit is contained in:
Chandler Carruth 2014-03-01 10:31:48 +00:00
parent bad2104d24
commit 9a42d213c0

View File

@ -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