remove dead code
This commit is contained in:
parent
09ce84e64e
commit
c9b9d796e6
|
@ -227,7 +227,6 @@ class Node(object):
|
|||
def listextrakeywords(self):
|
||||
""" Return a set of all extra keywords in self and any parents."""
|
||||
extra_keywords = set()
|
||||
item = self
|
||||
for item in self.listchain():
|
||||
extra_keywords.update(item.extra_keyword_matches)
|
||||
return extra_keywords
|
||||
|
|
Loading…
Reference in New Issue