aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Support/Host.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Support/Host.h b/include/llvm/Support/Host.h
index 2731529dfd..a916f8a6d2 100644
--- a/include/llvm/Support/Host.h
+++ b/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.
///