[llvm] r179530 - Remove unused function.
Rafael Espindola
rafael.espindola at gmail.com
Mon Apr 15 08:13:10 PDT 2013
Author: rafael
Date: Mon Apr 15 10:13:10 2013
New Revision: 179530
URL: http://llvm.org/viewvc/llvm-project?rev=179530&view=rev
Log:
Remove unused function.
Modified:
llvm/trunk/include/llvm/Support/Host.h
Modified: llvm/trunk/include/llvm/Support/Host.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Host.h?rev=179530&r1=179529&r2=179530&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Host.h (original)
+++ llvm/trunk/include/llvm/Support/Host.h Mon Apr 15 10:13:10 2013
@@ -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.
///
More information about the llvm-commits
mailing list