projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2873255
)
remove duplicate PERL_HASH (as spotted by Enache Adrian in
Nicholas Clark [Sat, 20 Dec 2003 19:57:51 +0000 (19:57 +0000)]
<
20031220124854
.GA1265@ratsnest.hole> )
p4raw-id: //depot/perl@21932
hv.c
patch
|
blob
|
blame
|
history
diff --git
a/hv.c
b/hv.c
index
ee38912
..
158b0b6
100644
(file)
--- 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);