pp_sort.c: Remove useless assignments; reduce var scope
authorFather Chrysostomos <sprout@cpan.org>
Sat, 2 Nov 2013 19:38:41 +0000 (12:38 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 4 Nov 2013 13:10:18 +0000 (05:10 -0800)
commit5a34f1cdd2a19f0ff733c8488b899233b60188db
tree8bd8293da616961357af9d92738340b7380f11ff
parent0845736aa911ed8d7568022034b29a5eeec529a7
pp_sort.c: Remove useless assignments; reduce var scope

6cda7db16df9 stopped the value of the stash variable from being used,
so there is no longer any need to assign to it.  sv_2cv, however,
requires an HV ** argument, so we cannot eliminate it completely.
pp_sort.c