summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-18 17:49:38 +0100
committerYves Orton <demerphq@gmail.com>2023-03-18 17:49:38 +0100
commit260e30211bacb8994ba95f8149e9ca43d093d397 (patch)
tree26b88f55d358f3dbe1ef7321c0d8a3a613ea259f
parent0144c00009c239ba048250dbe197d198453adc06 (diff)
downloadperl-260e30211bacb8994ba95f8149e9ca43d093d397.tar.gz
proto.h - fixup remove unneeded define
This is build product from a make regen.
-rw-r--r--proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 536625828e..89b6d21f7f 100644
--- a/proto.h
+++ b/proto.h
@@ -77,7 +77,6 @@ Perl_Slab_Free(pTHX_ void *op);
/* PERL_CALLCONV void
SvREFCNT_dec_set_NULL(pTHX_ SV *sv); */
-#define PERL_ARGS_ASSERT_SVREFCNT_DEC_SET_NULL
PERL_CALLCONV char *
Perl__byte_dump_string(pTHX_ const U8 * const start, const STRLEN len, const bool format);