[llvm] r299218 - Do not pollute the namespace in a header file.

Kristof Beyls via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 31 06:48:21 PDT 2017


Author: kbeyls
Date: Fri Mar 31 08:48:21 2017
New Revision: 299218

URL: http://llvm.org/viewvc/llvm-project?rev=299218&view=rev
Log:
Do not pollute the namespace in a header file.

Modified:
    llvm/trunk/lib/Support/Windows/Process.inc

Modified: llvm/trunk/lib/Support/Windows/Process.inc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Windows/Process.inc?rev=299218&r1=299217&r2=299218&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Windows/Process.inc (original)
+++ llvm/trunk/lib/Support/Windows/Process.inc Fri Mar 31 08:48:21 2017
@@ -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




More information about the llvm-commits mailing list