Skip to content

Commit b6f991f

Browse files
committed
Storable.xs: remove outdated comment
This comment has been obsolete since commit 1cb8a34 (and hasn't made much sense since that commit changed len's type from int back to SSize_t.)
1 parent 80f24f4 commit b6f991f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dist/Storable/Storable.xs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2616,8 +2616,6 @@ static int store_scalar(pTHX_ stcxt_t *cxt, SV *sv)
26162616

26172617
#ifdef SvVOK
26182618
if ((vstr_pv = SvVSTRING(sv, vstr_len))) {
2619-
/* The macro passes this by address, not value, and a lot of
2620-
called code assumes that it's 32 bits without checking. */
26212619
/* we no longer accept vstrings over I32_SIZE-1, so don't emit
26222620
them, also, older Storables handle them badly.
26232621
*/

0 commit comments

Comments
 (0)