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

Disable random annotations for now.

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