Skip to content

Commit 426d3a5

Browse files
committed
Remove dead-code statement as found by coverity
1 parent f47ee86 commit 426d3a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/docparser.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,6 @@ QCString DocParser::processCopyDoc(const char *data,uint &len)
18431843
{
18441844
buf.addChar(c);
18451845
i++;
1846-
lineNr += (c=='\n') ? 1 : 0;
18471846
}
18481847
}
18491848
}

0 commit comments

Comments
 (0)