From 60088c3ff67e6fab8192cd670e2185d855ead749 Mon Sep 17 00:00:00 2001 From: Kristof Beyls Date: Fri, 31 Mar 2017 13:48:21 +0000 Subject: [PATCH] Do not pollute the namespace in a header file. llvm-svn: 299218 --- llvm/lib/Support/Windows/Process.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Support/Windows/Process.inc b/llvm/lib/Support/Windows/Process.inc index 8d646b3..18aef61 100644 --- a/llvm/lib/Support/Windows/Process.inc +++ b/llvm/lib/Support/Windows/Process.inc @@ -47,7 +47,6 @@ #endif using namespace llvm; -using namespace sys; // This function retrieves the page size using GetNativeSystemInfo() and is // present solely so it can be called once to initialize the self_process member -- 2.7.4