summaryrefslogtreecommitdiff
path: root/pad.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-01-02 20:20:17 -0800
committerFather Chrysostomos <sprout@cpan.org>2015-01-03 16:05:57 -0800
commit3c056141580c161da2b1d5f16372900ae9dc9fef (patch)
treee64350512e6a239f94244e9e107cc6a1dd3af458 /pad.c
parent307cbb9fc37bc4e2ceb1d77690249dea0ccbc0ca (diff)
downloadperl-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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pad.c b/pad.c
index 25513b74f2..97a3293614 100644
--- a/pad.c
+++ b/pad.c
@@ -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;