diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-01-02 20:20:17 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-01-03 16:05:57 -0800 |
commit | 3c056141580c161da2b1d5f16372900ae9dc9fef (patch) | |
tree | e64350512e6a239f94244e9e107cc6a1dd3af458 /pad.c | |
parent | 307cbb9fc37bc4e2ceb1d77690249dea0ccbc0ca (diff) | |
download | perl-3c056141580c161da2b1d5f16372900ae9dc9fef.tar.gz |
pad.c: Obsolete comment
This comment, added by 3291825f, was made obsolete by 0f94cb1f.
Diffstat (limited to 'pad.c')
-rw-r--r-- | pad.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1320,10 +1320,6 @@ S_pad_findlex(pTHX_ const char *namepv, STRLEN namelen, U32 flags, const CV* cv, return 0; /* this dummy (and invalid) value isnt used by the caller */ { - /* This relies on sv_setsv_flags() upgrading the destination to the same - type as the source, independent of the flags set, and on it being - "good" and only copying flag bits and pointers that it understands. - */ PADNAME *new_name = newPADNAMEouter(*out_name); PADNAMELIST * const ocomppad_name = PL_comppad_name; PAD * const ocomppad = PL_comppad; |