From: Chris Lattner Date: Wed, 5 Dec 2001 06:35:30 +0000 (+0000) Subject: Remove unnecesary namespace impot X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e04a967e7e9eb1add857fdc307a3db66caa1a639;p=oota-llvm.git Remove unnecesary namespace impot git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1419 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 837c2ddef5b..c183dec9e08 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -22,8 +22,6 @@ #include #include -using namespace opt; - enum Opts { // Basic optimizations dce, constprop, inlining, mergecons, strip, mstrip,