Commit 62cc7b9f authored by Robert Bradshaw's avatar Robert Bradshaw

Disable random annotations for now.

parent 2fdb9ecf
...@@ -64,6 +64,7 @@ class AnnotationCCodeWriter(CCodeWriter): ...@@ -64,6 +64,7 @@ class AnnotationCCodeWriter(CCodeWriter):
lines[k] = line lines[k] = line
f.close() f.close()
all = [] all = []
if False:
for pos, item in self.annotations: for pos, item in self.annotations:
if pos[0].filename == source_filename: if pos[0].filename == source_filename:
start = item.start() start = item.start()
......
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