summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/CommentParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/AST/CommentParser.cpp')
-rw-r--r--clang/lib/AST/CommentParser.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/AST/CommentParser.cpp b/clang/lib/AST/CommentParser.cpp
index c361679e905..09912c61886 100644
--- a/clang/lib/AST/CommentParser.cpp
+++ b/clang/lib/AST/CommentParser.cpp
@@ -706,8 +706,6 @@ VerbatimLineComment *Parser::parseVerbatimLine() {
TextBegin,
Text);
consumeToken();
- S.checkFunctionDeclVerbatimLine(VL);
-
return VL;
}
OpenPOWER on IntegriCloud