[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 6b8dc3e..61c947f 100644 (file)
@@ -14,8 +14,6 @@
 #include "llvm/IR/IRBuilder.h"
 #include <set>
 
-using namespace llvm;
-
 namespace llvm {
 namespace orc {