From: Rafael Espindola Date: Mon, 15 Apr 2013 15:13:10 +0000 (+0000) Subject: Remove unused function. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16b0cc39bff827e21ca2510b5bff86986d3a4ee2;p=platform%2Fupstream%2Fllvm.git Remove unused function. llvm-svn: 179530 --- diff --git a/llvm/include/llvm/Support/Host.h b/llvm/include/llvm/Support/Host.h index 2731529..a916f8a 100644 --- a/llvm/include/llvm/Support/Host.h +++ b/llvm/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. ///