summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/OMPStructuredBlockTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/unittests/AST/OMPStructuredBlockTest.cpp')
-rw-r--r--clang/unittests/AST/OMPStructuredBlockTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/unittests/AST/OMPStructuredBlockTest.cpp b/clang/unittests/AST/OMPStructuredBlockTest.cpp
index 4cb51c0a872..7b2028b07c0 100644
--- a/clang/unittests/AST/OMPStructuredBlockTest.cpp
+++ b/clang/unittests/AST/OMPStructuredBlockTest.cpp
@@ -28,10 +28,6 @@ namespace {
AST_MATCHER(Stmt, isOMPStructuredBlock) { return Node.isOMPStructuredBlock(); }
const ast_matchers::internal::VariadicDynCastAllOfMatcher<
- Stmt, OMPExecutableDirective>
- ompExecutableDirective;
-
-const ast_matchers::internal::VariadicDynCastAllOfMatcher<
OMPExecutableDirective, OMPTargetDirective>
ompTargetDirective;
OpenPOWER on IntegriCloud