Remove commented out & useless code

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5369 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2008-07-03 19:10:57 +00:00
parent a1cb6521fc
commit 14d3ccca36
1 changed files with 0 additions and 2 deletions

View File

@ -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/)
{