From c91f661cc54e358485dc7396a166dc08c6867a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Fri, 20 Mar 2020 22:37:06 +0000 Subject: Remove use of dVAR in core It only does anything under PERL_GLOBAL_STRUCT, which is gone. Keep the dNOOP defintion for CPAN back-compat --- dump.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'dump.c') diff --git a/dump.c b/dump.c index f03c3f6153..7936008dc2 100644 --- a/dump.c +++ b/dump.c @@ -367,7 +367,6 @@ Perl_pv_display(pTHX_ SV *dsv, const char *pv, STRLEN cur, STRLEN len, STRLEN pv char * Perl_sv_peek(pTHX_ SV *sv) { - dVAR; SV * const t = sv_newmortal(); int unref = 0; U32 type; @@ -929,7 +928,6 @@ Perl_pmop_dump(pTHX_ PMOP *pm) STATIC UV S_sequence_num(pTHX_ const OP *o) { - dVAR; SV *op, **seq; const char *key; @@ -1733,7 +1731,6 @@ const struct flag_to_name regexp_core_intflags_names[] = { void Perl_do_sv_dump(pTHX_ I32 level, PerlIO *file, SV *sv, I32 nest, I32 maxnest, bool dumpops, STRLEN pvlim) { - dVAR; SV *d; const char *s; U32 flags; -- cgit v1.2.1