Remove unused function.

llvm-svn: 179530
This commit is contained in:
Rafael Espindola 2013-04-15 15:13:10 +00:00
parent 3f532c5c38
commit 16b0cc39bf
1 changed files with 0 additions and 4 deletions

View 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.
///