summaryrefslogtreecommitdiff
path: root/giscanner/girparser.py
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-01-30 09:45:48 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-01 17:08:38 -0500
commit7cfc4ce3321dd98b33d89d4065eeb66280e0b24a (patch)
tree9685cad9815adc6cab2fe76c384ca7c7560d1174 /giscanner/girparser.py
parent1fb2d14693fc7ecf74322c7f9ca7ca40907e7649 (diff)
downloadgobject-introspection-7cfc4ce3321dd98b33d89d4065eeb66280e0b24a.tar.gz
girparser: Remove unused method
pylint was complaining about the non-existent instance member, self._filename https://bugzilla.gnome.org/show_bug.cgi?id=693040
Diffstat (limited to 'giscanner/girparser.py')
-rw-r--r--giscanner/girparser.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/giscanner/girparser.py b/giscanner/girparser.py
index 479eb549..ef915a79 100644
--- a/giscanner/girparser.py
+++ b/giscanner/girparser.py
@@ -90,9 +90,6 @@ class GIRParser(object):
self._pkgconfig_packages = []
return self._pkgconfig_packages
- def get_doc(self):
- return parse(self._filename)
-
# Private
def _find_first_child(self, node, name_or_names):