def remove(self):
    """ removes the statement from its container. return True if
        container is not None and the removal succeeded. """
    if self.container is None:
        return