From 0034c1f3dfcf8ee1105732985e6b3678f1f01543 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 15 Apr 2013 15:13:10 +0000 Subject: [PATCH] Remove unused function. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179530 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Host.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/llvm/Support/Host.h b/include/llvm/Support/Host.h index 2731529dfd7..a916f8a6d2b 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. /// -- 2.34.1