Use static instead of an anonymous namespace.
[oota-llvm.git] / lib / Support / Windows / Host.inc
index cce82349cd6131c4dca5f52c37bb5e374e051359..7bda89dc49c7fa2b0d521c0a5139475f4664a120 100644 (file)
@@ -11,7 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "Windows.h"
+#include "WindowsSupport.h"
 #include <cstdio>
 #include <string>
 
@@ -20,7 +20,3 @@ using namespace llvm;
 std::string sys::getDefaultTargetTriple() {
   return LLVM_DEFAULT_TARGET_TRIPLE;
 }
-
-std::string sys::getHostTriple() {
-  return LLVM_HOST_TRIPLE;
-}