summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/ASTContextParentMapTest.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2016-06-08 15:34:36 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2016-06-08 15:34:36 +0000
commitcf236ec299a8e14b86dd767babfb52c3629a7d2f (patch)
tree532969a07738c364b801c3ad05c98108c37374b8 /clang/unittests/AST/ASTContextParentMapTest.cpp
parent3971dbac5728ceea7c728ddc1f8c4d4d71b7f6d3 (diff)
downloadbcm5719-llvm-cf236ec299a8e14b86dd767babfb52c3629a7d2f.tar.gz
bcm5719-llvm-cf236ec299a8e14b86dd767babfb52c3629a7d2f.zip
Prune away some unused using decls. NFC.
Found by clang's misc-unused-using-decls. llvm-svn: 272156
Diffstat (limited to 'clang/unittests/AST/ASTContextParentMapTest.cpp')
-rw-r--r--clang/unittests/AST/ASTContextParentMapTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/unittests/AST/ASTContextParentMapTest.cpp b/clang/unittests/AST/ASTContextParentMapTest.cpp
index b1d7db4164e..a39189620b6 100644
--- a/clang/unittests/AST/ASTContextParentMapTest.cpp
+++ b/clang/unittests/AST/ASTContextParentMapTest.cpp
@@ -21,10 +21,6 @@
namespace clang {
namespace ast_matchers {
-using clang::tooling::newFrontendActionFactory;
-using clang::tooling::runToolOnCodeWithArgs;
-using clang::tooling::FrontendActionFactory;
-
TEST(GetParents, ReturnsParentForDecl) {
MatchVerifier<Decl> Verifier;
EXPECT_TRUE(
OpenPOWER on IntegriCloud