aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/OptTable.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-03-12 18:31:08 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-03-12 18:31:08 +0000
commitba7db7d8b4ea8f9c24aba8c75a228ffc0857964e (patch)
tree73b212fa69f7d10463aff84cafc82766eb4b4c9c /lib/Driver/OptTable.cpp
parentd65bddcbe1385a4de212ecbbdc8919c54b3efeb0 (diff)
Driver: Drop some unnecessary uses of clang namespace.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66813 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/OptTable.cpp')
-rw-r--r--lib/Driver/OptTable.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Driver/OptTable.cpp b/lib/Driver/OptTable.cpp
index b2d14ca27f..d0124057c5 100644
--- a/lib/Driver/OptTable.cpp
+++ b/lib/Driver/OptTable.cpp
@@ -14,7 +14,6 @@
#include "clang/Driver/Option.h"
#include <cassert>
-using namespace clang;
using namespace clang::driver;
using namespace clang::driver::options;