diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-15 15:13:10 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-15 15:13:10 +0000 |
commit | 0034c1f3dfcf8ee1105732985e6b3678f1f01543 (patch) | |
tree | 3e7eaeb4961866ccbc7354b4c763142a5d01f2fd /include/llvm/Support | |
parent | 21a01d1ea89dba97c4f9e1f9f41485729a4046bc (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.h | 4 |
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. /// |