delete dead code from Not op
Matt S Trout [Mon, 3 Feb 2014 12:54:04 +0000 (12:54 +0000)]
lib/DX/Op/Not.pm

index a70183a..f1bea19 100644 (file)
@@ -23,9 +23,6 @@ sub run {
       $state->then($op);
     }
   );
-  my $ret_op = DX::Op::SetScope->new(
-    scope => $state->scope, next => $self->next
-  );
   $state->push_return_then($self->next, $invoke)->mark_choice($var);
 }