projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b60cf05
)
Ooops. left an XXX comment in, and worse still it's a // comment
Nicholas Clark [Sun, 16 Nov 2003 21:32:09 +0000 (21:32 +0000)]
p4raw-id: //depot/perl@21737
hv.c
patch
|
blob
|
blame
|
history
diff --git
a/hv.c
b/hv.c
index
dd30035
..
5520cd9
100644
(file)
--- a/
hv.c
+++ b/
hv.c
@@
-970,7
+970,6
@@
Perl_hv_delete(pTHX_ HV *hv, const char *key, I32 klen, I32 flags)
bool needs_store;
hv_magic_check (hv, &needs_copy, &needs_store);
-// XXX PerlIO_printf(PerlIO_stderr(), "%d %d\n", is_utf8, klen);
if (needs_copy
&& (svp = hv_fetch(hv, key, is_utf8 ? -klen : klen, TRUE))) {
sv = *svp;