summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Signals.cpp
diff options
context:
space:
mode:
authorKristof Beyls <kristof.beyls@arm.com>2017-03-31 14:58:52 +0000
committerKristof Beyls <kristof.beyls@arm.com>2017-03-31 14:58:52 +0000
commit7adf8c52a82be01a3c3428df9e2e84b7083a69d5 (patch)
tree2413168e8fa84f0513402df88c0b77e847226165 /llvm/lib/Support/Signals.cpp
parent9bff3b78186c09027126606d408712d3b1a31c52 (diff)
downloadbcm5719-llvm-7adf8c52a82be01a3c3428df9e2e84b7083a69d5.tar.gz
bcm5719-llvm-7adf8c52a82be01a3c3428df9e2e84b7083a69d5.zip
Remove name space pollution from Signals.cpp
llvm-svn: 299224
Diffstat (limited to 'llvm/lib/Support/Signals.cpp')
-rw-r--r--llvm/lib/Support/Signals.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/Signals.cpp b/llvm/lib/Support/Signals.cpp
index e5e38f59c04..57f36bf175b 100644
--- a/llvm/lib/Support/Signals.cpp
+++ b/llvm/lib/Support/Signals.cpp
@@ -29,7 +29,6 @@
#include <vector>
namespace llvm {
-using namespace sys;
//===----------------------------------------------------------------------===//
//=== WARNING: Implementation here must contain only TRULY operating system
OpenPOWER on IntegriCloud