summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-18 22:40:07 +0100
committerYves Orton <demerphq@gmail.com>2023-03-19 18:29:44 +0800
commit667b5e477c41bf4038ea32ab84f239f32e5d04a4 (patch)
tree20ac2b48ec3e07a176a4974ca61b34fc30901047 /proto.h
parentb6b3bfb8b86974050b15778fdd27d1b2580ad80a (diff)
downloadperl-667b5e477c41bf4038ea32ab84f239f32e5d04a4.tar.gz
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.
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h9
1 files changed, 0 insertions, 9 deletions
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");