From: Nicholas Clark Date: Sat, 20 Dec 2003 19:57:51 +0000 (+0000) Subject: remove duplicate PERL_HASH (as spotted by Enache Adrian in X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=effac55b77f4596996ae79e1587910a279ff86f1;p=p5sagit%2Fp5-mst-13.2.git remove duplicate PERL_HASH (as spotted by Enache Adrian in <20031220124854.GA1265@ratsnest.hole> ) p4raw-id: //depot/perl@21932 --- diff --git a/hv.c b/hv.c index ee38912..158b0b6 100644 --- a/hv.c +++ b/hv.c @@ -960,7 +960,6 @@ S_hv_delete_common(pTHX_ HV *hv, SV *keysv, const char *key, STRLEN klen, } else { PERL_HASH(hash, key, klen); } - PERL_HASH(hash, key, klen); } masked_flags = (k_flags & HVhek_MASK);