From 667b5e477c41bf4038ea32ab84f239f32e5d04a4 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Sat, 18 Mar 2023 22:40:07 +0100 Subject: embed.fnc - remove redundant deprecate_xxx() macro declarations autodoc.pl gets unhappy if you document a macro in place and ALSO list it in embed.fnc. The warnings it produce tend to get crowded out from a parallel make, but @iabyn noticed and (rightly) complained. This removes the redundant definitions. --- proto.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'proto.h') diff --git a/proto.h b/proto.h index f58ae1277c..694a5fde6d 100644 --- a/proto.h +++ b/proto.h @@ -6033,15 +6033,6 @@ Perl_sv_setsv_cow(pTHX_ SV *dsv, SV *ssv); #endif /* defined(PERL_ANY_COW) */ #if defined(PERL_CORE) -/* PERL_CALLCONV void -deprecate(pTHX_ U32 category, const char * const construct); */ - -/* PERL_CALLCONV void -deprecate_disappears_in(pTHX_ U32 category, const char * const when, const char * const construct); */ - -/* PERL_CALLCONV void -deprecate_fatal_in(pTHX_ U32 category, const char * const when, const char * const construct); */ - PERL_CALLCONV void Perl_opslab_force_free(pTHX_ OPSLAB *slab) __attribute__visibility__("hidden"); -- cgit v1.2.1