1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Do not pollute the namespace in a header file.

llvm-svn: 299218
This commit is contained in:
Kristof Beyls 2017-03-31 13:48:21 +00:00
parent 8faf0df49e
commit 1397ecba80

View File

@ -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