Commit a361652c authored by Stefan Behnel's avatar Stefan Behnel

remove dead comment

parent e14073a1
......@@ -150,7 +150,6 @@ class AnnotationCCodeWriter(CCodeWriter):
html_code = highlight(
code, CythonLexer(stripnl=False, stripall=False),
HtmlFormatter(nowrap=True))
# re-prepend the empty lines
return html_code
def _save_annotation_body(self, cython_code, generated_code):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment