diff --git a/tools/efrotools/makefile.py b/tools/efrotools/makefile.py index 7b005ae9..44dedc1f 100644 --- a/tools/efrotools/makefile.py +++ b/tools/efrotools/makefile.py @@ -51,7 +51,6 @@ class Makefile: plines.append(line) if plines: paragraphs.append(Paragraph(contents='\n'.join(plines))) - plines = [] # Now break all paragraphs into sections. section = Section(name=None, paragraphs=[])