summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/Support/Compiler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/Support/Compiler.h b/llvm/include/llvm/Support/Compiler.h
index 9d273a68c66..f87d797ad23 100644
--- a/llvm/include/llvm/Support/Compiler.h
+++ b/llvm/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
OpenPOWER on IntegriCloud