This commit is contained in:
Werner Lemberg 2008-01-18 05:19:20 +00:00
parent 250c01d40a
commit 61d83d0938
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ class Formatter:
# store all blocks in a dictionary
self.blocks = []
for section in self.sections:
self.add_identifier( section.name, section );
for block in section.blocks.values():
self.add_identifier( block.name, block )