From 23491f1decae17401c5c08e7f8a11e0d30f4f0e2 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 23 Jun 2014 07:01:34 -0400 Subject: Unused contexts found under PERL_GLOBAL_STRUCT. --- hv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hv.c') diff --git a/hv.c b/hv.c index db3ce635a2..72dd463e43 100644 --- a/hv.c +++ b/hv.c @@ -2955,6 +2955,7 @@ Perl_hv_placeholders_get(pTHX_ const HV *hv) MAGIC * const mg = mg_find((const SV *)hv, PERL_MAGIC_rhash); PERL_ARGS_ASSERT_HV_PLACEHOLDERS_GET; + PERL_UNUSED_CONTEXT; return mg ? mg->mg_len : 0; } -- cgit v1.2.1