diff options
author | Chris Lattner <sabre@nondot.org> | 2001-12-05 06:35:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-12-05 06:35:30 +0000 |
commit | e04a967e7e9eb1add857fdc307a3db66caa1a639 (patch) | |
tree | 818c5624e1fc0f8139ddfe4ebdf882f4d8a1f2fd /tools | |
parent | 9c6f2ac665bbf0a95536ce473d5daf40bf5cd3db (diff) |
Remove unnecesary namespace impot
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1419 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/opt/opt.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 837c2ddef5..c183dec9e0 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -22,8 +22,6 @@ #include <fstream> #include <memory> -using namespace opt; - enum Opts { // Basic optimizations dce, constprop, inlining, mergecons, strip, mstrip, |