Remove commented out & useless code
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5369 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
a1cb6521fc
commit
14d3ccca36
|
@ -101,9 +101,7 @@ sub printStructContent
|
|||
my $inheritName = ${${$struct}{"qualifiers"}}{"inherit"};
|
||||
my $inheritStruct = ${$structMap}{$inheritName};
|
||||
|
||||
#print "\t/* BEGIN of inherited \"$inheritName\" definition */\n";
|
||||
printStructContent($inheritStruct, $name, $structMap, $enumMap, 0);
|
||||
#print "\t/* END of inherited \"$inheritName\" definition */\n\n";
|
||||
}
|
||||
elsif (/abstract/)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue