summaryrefslogtreecommitdiff
path: root/giscanner/scannermain.py
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-03-27 16:28:36 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2013-05-07 13:39:35 -0400
commit2dfdfdf42516bc07a5c2159ae5c696038567b9a1 (patch)
tree987073957bc583828669d943400109240d0bfb0c /giscanner/scannermain.py
parenta0185528a17378b6e6e7bc458f34b1f3719cc420 (diff)
downloadgobject-introspection-2dfdfdf42516bc07a5c2159ae5c696038567b9a1.tar.gz
transformer: Remove annotations
The transformer doesn't need the annotations, so why are we giving it to it? https://bugzilla.gnome.org/show_bug.cgi?id=699854
Diffstat (limited to 'giscanner/scannermain.py')
-rwxr-xr-xgiscanner/scannermain.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/giscanner/scannermain.py b/giscanner/scannermain.py
index deefcf99..8ccd1f09 100755
--- a/giscanner/scannermain.py
+++ b/giscanner/scannermain.py
@@ -452,7 +452,6 @@ def scanner_main(args):
blocks = ap.parse(ss.get_comments())
# Transform the C symbols into AST nodes
- transformer.set_annotations(blocks)
transformer.parse(ss.get_symbols())
if not options.header_only: