From 16b0cc39bff827e21ca2510b5bff86986d3a4ee2 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 15 Apr 2013 15:13:10 +0000 Subject: [PATCH] Remove unused function. llvm-svn: 179530 --- llvm/include/llvm/Support/Host.h | 4 ---- 1 file changed, 4 deletions(-) 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. /// -- 2.7.4