Remove unnecesary namespace impot
authorChris Lattner <sabre@nondot.org>
Wed, 5 Dec 2001 06:35:30 +0000 (06:35 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 5 Dec 2001 06:35:30 +0000 (06:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1419 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/opt.cpp

index 837c2ddef5b0b683faa3efe3e44b980c758dd76e..c183dec9e08a0b712eaa4e37a400c3992e3cb303 100644 (file)
@@ -22,8 +22,6 @@
 #include <fstream>
 #include <memory>
 
-using namespace opt;
-
 enum Opts {
   // Basic optimizations
   dce, constprop, inlining, mergecons, strip, mstrip,