Skip to content

Commit

Permalink
Remove useless dependency in InlineBuiltins
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Mar 17, 2017
1 parent 39c8c3b commit 6c9f563
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pythran/optimizations/inline_builtins.py
Expand Up @@ -35,8 +35,7 @@ def bar(b):
"""

def __init__(self):
Transformation.__init__(self, Aliases, ConstantExpressions,
PureExpressions)
Transformation.__init__(self, Aliases, PureExpressions)

def inlineBuiltinsXMap(self, node):
self.update = True
Expand Down

0 comments on commit 6c9f563

Please sign in to comment.