This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
unop_aux_stringify(): remove redundant assignment
authorDavid Mitchell <davem@iabyn.com>
Wed, 10 Dec 2014 10:41:33 +0000 (10:41 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 10 Dec 2014 12:20:17 +0000 (12:20 +0000)
commit500f40f555ee1c386dcd8fbd4c8043a7739ec5f6
tree1c0fdb3c4193d5841d18a7f178cb1aa2aabd523d
parent9fa9bd42fd4968537325092ac44713769848d329
unop_aux_stringify(): remove redundant assignment

my recent OP_MULTIDEREF patch included this bizarre thinko:

    PAD *comppad = comppad = ....;

Spotted by Jarkko.
dump.c