From: Lang Hames Date: Sun, 22 Feb 2015 01:48:23 +0000 (+0000) Subject: [Orc] Remove redundant using directive. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=5ce69d8c401f0f147697225f6cf94ccf05c6b2ea [Orc] Remove redundant using directive. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230154 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/ExecutionEngine/Orc/IndirectionUtils.cpp b/lib/ExecutionEngine/Orc/IndirectionUtils.cpp index 6b8dc3e7fae..61c947fc4a1 100644 --- a/lib/ExecutionEngine/Orc/IndirectionUtils.cpp +++ b/lib/ExecutionEngine/Orc/IndirectionUtils.cpp @@ -14,8 +14,6 @@ #include "llvm/IR/IRBuilder.h" #include -using namespace llvm; - namespace llvm { namespace orc {