class unused_stack_locations_pruner_t(pruner_t):

  def is_prunable(self, stmt):
    if not isinstance(stmt.expr, assign_t):
      return False