op.c:S_simplify_sort: remove redundant OPf_STACKED check
authorFather Chrysostomos <sprout@cpan.org>
Wed, 26 Jun 2013 05:06:57 +0000 (22:06 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 26 Jun 2013 05:06:57 +0000 (22:06 -0700)
commit8a38d2ce6d198181a4ccff1837db40846897eb27
tree3fc8299d352185f8bf3f3e3ea18327bc44e9f82a
parentc3258369cad3fe2a997f975a86f13f5c245be4d1
op.c:S_simplify_sort: remove redundant OPf_STACKED check

S_simplify_sort is only called from one spot and only when the
OPf_STACKED flag is not set.
op.c