Commit c98b56bd authored by Stefan Behnel's avatar Stefan Behnel

remove dead code

parent e5a3f9ed
...@@ -3354,7 +3354,6 @@ class IndexNode(_IndexingBaseNode): ...@@ -3354,7 +3354,6 @@ class IndexNode(_IndexingBaseNode):
self.is_fused_index = True self.is_fused_index = True
base_type = self.base.type base_type = self.base.type
specific_types = []
positions = [] positions = []
if self.index.is_name or self.index.is_attribute: if self.index.is_name or self.index.is_attribute:
......
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