summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/Support/Host.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/Support/Host.h b/llvm/include/llvm/Support/Host.h
index 2731529dfd7..a916f8a6d2b 100644
--- a/llvm/include/llvm/Support/Host.h
+++ b/llvm/include/llvm/Support/Host.h
@@ -37,10 +37,6 @@ namespace sys {
static const bool IsLittleEndianHost = !IsBigEndianHost;
- inline bool isBigEndianHost() {
- return IsBigEndianHost;
- }
-
/// getDefaultTargetTriple() - Return the default target triple the compiler
/// has been configured to produce code for.
///
OpenPOWER on IntegriCloud