Skip to content

Commit 09854bc

Browse files
committed
fix: invalid assert in parseJavadoc
1 parent dd79d58 commit 09854bc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/AST/ParseJavadoc.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -943,15 +943,9 @@ parseJavadoc(
943943
Diagnostics& diags)
944944
{
945945
if(! RC)
946-
{
947-
MRDOX_ASSERT(! jd);
948946
return;
949-
}
950-
951947
RC->setAttached();
952-
953948
auto result = JavadocVisitor(RC, D, config, diags).build();
954-
955949
if(jd == nullptr)
956950
{
957951
jd = std::make_unique<Javadoc>(std::move(result));

0 commit comments

Comments
 (0)