From: Matt S Trout Date: Mon, 3 Feb 2014 12:54:04 +0000 (+0000) Subject: delete dead code from Not op X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FDKit.git;a=commitdiff_plain;h=ee76f136d5df9fd89027569fb8a9c713112fab13 delete dead code from Not op --- diff --git a/lib/DX/Op/Not.pm b/lib/DX/Op/Not.pm index a70183a..f1bea19 100644 --- a/lib/DX/Op/Not.pm +++ b/lib/DX/Op/Not.pm @@ -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); }