op.c: Remove redundant assignment
authorFather Chrysostomos <sprout@cpan.org>
Sun, 13 May 2012 06:10:58 +0000 (23:10 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 04:41:24 +0000 (21:41 -0700)
commit530bea50c0f9b8f2f381af49c3e23abdc6ce19dd
tree8f0458b1a72a63a8d8a743b8970c0fb60c0bfa4e
parent0e80230dd03d4a00cfc60a9dfec380921ba15d8e
op.c: Remove redundant assignment

This was added unnecessarily in commit ddeae0f14c.  It is a local
variable assigned to just before the function returns, so the value
is never used in the OP_UNDEF case.
op.c