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)
llvm-svn: 179530

llvm/include/llvm/Support/Host.h

index 2731529..a916f8a 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.
   ///