diff options
author | Joshua Pritikin <joshua.pritikin@db.com> | 1998-06-15 06:03:37 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-20 23:47:09 +0000 |
commit | 800e9ae0504a9c74de77c7ab0037cc96b5df4995 (patch) | |
tree | 118b9d18a389b7dadbbf626bb92876116df977c5 /av.c | |
parent | 270d1e3932d8fd3e603e87df650a603bf9eefa79 (diff) | |
download | perl-800e9ae0504a9c74de77c7ab0037cc96b5df4995.tar.gz |
added patch, tweaked missed files, excised comment that doesn't really
belong in the sources
Message-Id: <H00000e500072c63@MHS>
Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup
p4raw-id: //depot/perl@1165
Diffstat (limited to 'av.c')
-rw-r--r-- | av.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -759,13 +759,6 @@ avhv_delete_ent(AV *av, SV *keysv, I32 flags, U32 hash) return sv; } -I32 -avhv_iterinit(AV *av) -{ - HV *keys = avhv_keys(av); - return hv_iterinit(keys); -} - HE * avhv_iternext(AV *av) { |