Prune some dead code in pp.c:pp_undef
authorFather Chrysostomos <sprout@cpan.org>
Tue, 16 Oct 2012 05:53:30 +0000 (22:53 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 16 Oct 2012 05:53:30 +0000 (22:53 -0700)
commitbc1df6c26399cfc1a6171e049edcc6a5a21de2a6
tree1c15ab6ee1a56af7a135c1c8e63aca31e48d643a
parente9a8753af0f0f92b6ebd38e85f4b6a815f978eed
Prune some dead code in pp.c:pp_undef

Since commit 6fc9266916, the if (SvFAKE) check under the SVt_PVGV case
in pp_undef has been redundant.  And PVBMs are no longer GVs.
pp.c