From: Jarkko Hietaniemi Date: Sun, 7 Apr 2002 23:31:28 +0000 (+0000) Subject: Retract #15793 since #15775 should fix the problem. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba1658c4079eb2cd76a8b742ef49644335a0fe06;p=p5sagit%2Fp5-mst-13.2.git Retract #15793 since #15775 should fix the problem. p4raw-id: //depot/perl@15794 --- diff --git a/hv.c b/hv.c index b31f61f..1d967ce 100644 --- a/hv.c +++ b/hv.c @@ -195,7 +195,6 @@ S_hv_fetch_flags(pTHX_ HV *hv, const char *key, I32 klen, I32 lval, int flags) register XPVHV* xhv; register U32 hash; register HE *entry; - const char* keysave = key; SV *sv; if (!hv)