toke.c: Remove unnecessary SvRV null check
authorFather Chrysostomos <sprout@cpan.org>
Tue, 5 Nov 2013 05:52:55 +0000 (21:52 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 5 Nov 2013 14:15:15 +0000 (06:15 -0800)
commit5882ddb381a033c6699801b9b1046860bf7bfa9c
tree660c95e1c4362fef4d348f2e5ee26df83973593e
parent952ad5fef90a698364a2c483108893d79afc5645
toke.c: Remove unnecessary SvRV null check

If SvROK is true, then SvRV will never be null.  (If it is, then
serious problems will occur elsewhere, as other code assumes this.)
toke.c