diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-12-20 19:57:51 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-12-20 19:57:51 +0000 |
commit | effac55b77f4596996ae79e1587910a279ff86f1 (patch) | |
tree | ecdf0ac6e866d50d9d5921b472311bc728a52b32 /hv.c | |
parent | 2873255c3e6d344d1891cb263cbf1d246340046b (diff) | |
download | perl-effac55b77f4596996ae79e1587910a279ff86f1.tar.gz |
remove duplicate PERL_HASH (as spotted by Enache Adrian in
<20031220124854.GA1265@ratsnest.hole> )
p4raw-id: //depot/perl@21932
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |