revert r147542 after comments from Joerg Sonnenberger
[oota-llvm.git] / include / llvm / Support / Host.h
index b68a7ae4c99f96cc2402099d12d14f37b7107e08..b331016322687bbe74f61a0aee73e57c8485b061 100644 (file)
@@ -33,14 +33,6 @@ namespace sys {
     return !isLittleEndianHost();
   }
 
-  /// getHostTriple() - Return the host where the compiler will be running.
-  ///
-  /// The host triple is a string in the format of:
-  ///   CPU_TYPE-VENDOR-OPERATING_SYSTEM
-  /// or
-  ///   CPU_TYPE-VENDOR-KERNEL-OPERATING_SYSTEM
-  std::string getHostTriple();
-
   /// getDefaultTargetTriple() - Return the default target triple the compiler
   /// has been configured to produce code for.
   ///