Remove the check for SVt_BIND from SvOK().
authorNicholas Clark <nick@ccl4.org>
Tue, 19 Feb 2013 10:43:08 +0000 (11:43 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 20 Feb 2013 08:22:17 +0000 (09:22 +0100)
commit3f2ee99ade0c181233cf46892c1f80db54b71451
tree2a8f561c198a254fd632c75039962a90c9928125
parentc7bac10acd8724f859ddcb81408cfdbeee046f8f
Remove the check for SVt_BIND from SvOK().

The original plan to use SVt_BIND to implement read-only aliases to
read-write values is unlikely to happen. More importantly, it's not going
to happen within a maint branch, so there's no reason to have the code
"just in case" it does. The code can easily be re-instated in blead if it
is needed in future. Nothing on CPAN is relying on this code. (Almost no
code on CPAN even references SVt_BIND.)

This effectively reverts part of commit 1cb9cd5016282146 from Dec 2006.
sv.h