summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-08-21 20:21:11 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-08-21 20:21:11 -0700
commitea3b834e87e81ac3f0144ea0c26617a0ddb5d361 (patch)
tree60934eb0e7e86a03338a4ac398ad5dde67a2d6d9
parent17fa2594a536c743eaa16251e7c86e6fa067c73f (diff)
downloadperl-ea3b834e87e81ac3f0144ea0c26617a0ddb5d361.tar.gz
Remove obsolete paragraph from perlintern/is_gv_magical_sv
This paragraph, added in 2004 by commit b9b0e72c, was made obsolete in 2008 by commit 9d8f40c4.
-rw-r--r--gv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gv.c b/gv.c
index edc6202d63..c9b5de3c46 100644
--- a/gv.c
+++ b/gv.c
@@ -2681,10 +2681,6 @@ created even in rvalue contexts.
C<flags> is not used at present but available for future extension to
allow selecting particular classes of magical variable.
-Currently assumes that C<name> is NUL terminated (as well as len being valid).
-This assumption is met by all callers within the perl core, which all pass
-pointers returned by SvPV.
-
=cut
*/