summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2016-11-13 14:36:01 +0100
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2016-11-13 14:40:29 +0100
commitb2e9e79ec38a3d67f5a37100cae8ae6a0985da5e (patch)
tree1beefd7f02a318e0d5f476ebe06a5cdcc0c54706 /gv.c
parent8556cefced69a75011f974677cd40134d3b6704e (diff)
downloadperl-b2e9e79ec38a3d67f5a37100cae8ae6a0985da5e.tar.gz
Remove obsolete comment
- "Don't merge yet" - too late - "as it's likely to get a len parameter" - added in 44130a26 - "and possibly even a U32 hash" - that'd be a new function
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gv.c b/gv.c
index 2dfb364402..d8cb79dff9 100644
--- a/gv.c
+++ b/gv.c
@@ -1003,8 +1003,6 @@ Perl_gv_fetchmethod_pv_flags(pTHX_ HV *stash, const char *name, U32 flags)
return gv_fetchmethod_pvn_flags(stash, name, strlen(name), flags);
}
-/* Don't merge this yet, as it's likely to get a len parameter, and possibly
- even a U32 hash */
GV *
Perl_gv_fetchmethod_pvn_flags(pTHX_ HV *stash, const char *name, const STRLEN len, U32 flags)
{