sv.c: Remove redundant Sv[INP]OK checks on fbm/regexps
authorFather Chrysostomos <sprout@cpan.org>
Sun, 28 Oct 2012 06:51:42 +0000 (23:51 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 28 Oct 2012 09:04:57 +0000 (02:04 -0700)
commit2a469b748886d8554868549b629e95c177fef346
tree16550d1622d0bf2da356338532b9dd331c9da1aa
parent733815618ef8cd7a97553bf797accda042f8249a
sv.c: Remove redundant Sv[INP]OK checks on fbm/regexps

These two code paths, sv_2iv and sv_2uv, used to be shared with gmag-
ical scalars in general, but now only apply to scalars that cannot
hold numeric values and are always SvPOK.
sv.c