diff --git a/pymbolic/mapper/__init__.py b/pymbolic/mapper/__init__.py index e4f1dc1f800f4fcde3ffc6749b4d3dc3e914f596..bbbb34b5a0ab31a64bf329bd6488001b7fb30558 100644 --- a/pymbolic/mapper/__init__.py +++ b/pymbolic/mapper/__init__.py @@ -16,9 +16,6 @@ except ImportError: class Mapper(object): - def __init__(self, recurse=True): - self.Recurse = True - def handle_unsupported_expression(self, expr, *args): raise ValueError, "%s cannot handle expressions of type %s" % ( self.__class__, expr.__class__)