Remove warning in code obsoleted by commit #a29ba215

This commit is contained in:
Erich Schubert 2018-10-27 23:08:20 +02:00
parent 141c8a9353
commit f3e945c646
1 changed files with 0 additions and 5 deletions

View File

@ -439,11 +439,6 @@ class ClassGraph {
tagvalue(opt, c); tagvalue(opt, c);
firstInnerTableEnd(opt); firstInnerTableEnd(opt);
/*
* Warning: The boolean expressions guarding innerTableStart()
* in this block, should match those in the code block above
* marked: "Calculate the number of innerTable rows we will emmit"
*/
if (showMembers) { if (showMembers) {
if (opt.showAttributes) { if (opt.showAttributes) {
innerTableStart(); innerTableStart();