diff options
author | Kristof Beyls <kristof.beyls@arm.com> | 2017-03-31 13:48:21 +0000 |
---|---|---|
committer | Kristof Beyls <kristof.beyls@arm.com> | 2017-03-31 13:48:21 +0000 |
commit | 60088c3ff67e6fab8192cd670e2185d855ead749 (patch) | |
tree | 5d753dc43206ce1a8be6f9536cdd7cb90e7fffe2 /llvm/lib/Support/Windows | |
parent | 3cfab4b934e101c7b22f87c22ae4460ac7f4f739 (diff) | |
download | bcm5719-llvm-60088c3ff67e6fab8192cd670e2185d855ead749.tar.gz bcm5719-llvm-60088c3ff67e6fab8192cd670e2185d855ead749.zip |
Do not pollute the namespace in a header file.
llvm-svn: 299218
Diffstat (limited to 'llvm/lib/Support/Windows')
-rw-r--r-- | llvm/lib/Support/Windows/Process.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/Process.inc b/llvm/lib/Support/Windows/Process.inc index 8d646b3217a..18aef610d54 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 |