[Orc] Remove redundant using directive.
authorLang Hames <lhames@gmail.com>
Sun, 22 Feb 2015 01:48:23 +0000 (01:48 +0000)
committerLang Hames <lhames@gmail.com>
Sun, 22 Feb 2015 01:48:23 +0000 (01:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230154 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Orc/IndirectionUtils.cpp

index 6b8dc3e7faecd8a97022d3c89241531c41809378..61c947fc4a1d35fe0670e457b26b0a961394e673 100644 (file)
@@ -14,8 +14,6 @@
 #include "llvm/IR/IRBuilder.h"
 #include <set>
 
-using namespace llvm;
-
 namespace llvm {
 namespace orc {