summaryrefslogtreecommitdiff
path: root/giscanner/scannermain.py
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2012-06-29 14:43:33 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2012-11-28 21:31:22 +0100
commitbdb479f3663d284e1a785f603f17670a754d0bbf (patch)
treed00a4a617c28cc70c7d8c050d2db5cbf873755c0 /giscanner/scannermain.py
parent0cd1ad297e0b7bb78242ea6b22955e133dfc7958 (diff)
downloadgobject-introspection-bdb479f3663d284e1a785f603f17670a754d0bbf.tar.gz
giscanner: remove unused variables
https://bugzilla.gnome.org/show_bug.cgi?id=688897
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 45dcbcbd..56d73f8c 100755
--- a/giscanner/scannermain.py
+++ b/giscanner/scannermain.py
@@ -310,7 +310,6 @@ def create_transformer(namespace, options):
transformer.disable_cache()
transformer.set_passthrough_mode()
- shown_include_warning = False
for include in options.includes:
if os.sep in include:
_error("Invalid include path %r" % (include, ))