summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2003-11-16 21:32:09 +0000
committerNicholas Clark <nick@ccl4.org>2003-11-16 21:32:09 +0000
commite6c44d01862bb7fd179fb181d61e7d146e8f1fba (patch)
tree1f64827d870422aa92ef18fae7b7fb7a5fc5db1a /hv.c
parentb60cf05ab72950309ce22f1294b53484e06a00ac (diff)
downloadperl-e6c44d01862bb7fd179fb181d61e7d146e8f1fba.tar.gz
Ooops. left an XXX comment in, and worse still it's a // comment
p4raw-id: //depot/perl@21737
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index dd3003519a..5520cd9fc3 100644
--- 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;