diff --git a/pymbolic/mapper/__init__.py b/pymbolic/mapper/__init__.py index c549938d13b62438593b153b34b9fa838b0b385a..3df54ee3d470b8f341b46bba7b3bb0cb8379dd05 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__)