[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)
llvm-svn: 230154

llvm/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 {