aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-04-15 15:13:10 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-04-15 15:13:10 +0000
commit0034c1f3dfcf8ee1105732985e6b3678f1f01543 (patch)
tree3e7eaeb4961866ccbc7354b4c763142a5d01f2fd /include/llvm/Support
parent21a01d1ea89dba97c4f9e1f9f41485729a4046bc (diff)
Remove unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support')
-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.
///