mirror of https://github.com/dspinellis/UMLGraph
Remove warning in code obsoleted by commit #a29ba215
This commit is contained in:
parent
141c8a9353
commit
f3e945c646
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue