Commit 8dacecdd authored by 's avatar

removed dead code: getIndexSourceNames was defined twice

parent 6f7b6c2a
...@@ -382,10 +382,6 @@ class UnIndex(SimpleItem): ...@@ -382,10 +382,6 @@ class UnIndex(SimpleItem):
else: else:
return 0 return 0
def getIndexSourceNames(self):
""" return name of indexed attributes """
return (self.id, )
def getIndexSourceNames(self): def getIndexSourceNames(self):
""" return sequence of indexed attributes """ """ return sequence of indexed attributes """
try: try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment