Remove unused function.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 15 Apr 2013 15:13:10 +0000 (15:13 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 15 Apr 2013 15:13:10 +0000 (15:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179530 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Host.h

index 2731529dfd7c4014880e6e043335b7d57b81f8f3..a916f8a6d2bfb668222b9347621fcd72390b759c 100644 (file)
@@ -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.
   ///