In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b2e9e79ec38a3d67f5a37100cae8ae6a0985da5e?hp=8556cefced69a75011f974677cd40134d3b6704e>
- Log ----------------------------------------------------------------- commit b2e9e79ec38a3d67f5a37100cae8ae6a0985da5e Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org> Date: Sun Nov 13 14:36:01 2016 +0100 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 ----------------------------------------------------------------------- Summary of changes: gv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gv.c b/gv.c index 2dfb364..d8cb79d 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) { -- Perl5 Master Repository