summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-29 22:39:26 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-29 22:39:26 -0800
commite0eb33797bd13dd0749017753d6e3b26dd9f3db9 (patch)
treef08099a0d6259f6cc9abdd9eaea8ebdd76ff9de0 /sv.h
parentbbd429459d2ee40043d86e5bc021a9d030ca05d1 (diff)
downloadperl-e0eb33797bd13dd0749017753d6e3b26dd9f3db9.tar.gz
Remove obsolete comment about SvPOKp in sv.h
This comment was added in 373b357f1, and then invalidated by the same person in 8eeaf79a, seventeen days later.
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sv.h b/sv.h
index c2a8b1a028..7e80e77b93 100644
--- a/sv.h
+++ b/sv.h
@@ -1288,10 +1288,6 @@ the scalar's value cannot change unless written to.
} STMT_END
#endif
-/* SvPOKp not SvPOK in the assertion because the string can be tainted! eg
- perl -T -e '/$^X/'
-*/
-
#ifndef PERL_CORE
# define BmFLAGS(sv) (SvTAIL(sv) ? FBMcf_TAIL : 0)
#endif