remove dead code

This commit is contained in:
Ronny Pfannschmidt 2018-03-09 10:22:43 +01:00
parent 09ce84e64e
commit c9b9d796e6
1 changed files with 0 additions and 1 deletions

View File

@ -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