projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
45b4948
)
remove dead code
Gurusamy Sarathy [Tue, 22 Jun 1999 17:18:05 +0000 (17:18 +0000)]
p4raw-id: //depot/perl@3545
lib/Tie/RefHash.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Tie/RefHash.pm
b/lib/Tie/RefHash.pm
index
66de257
..
e9869e2
100644
(file)
--- a/
lib/Tie/RefHash.pm
+++ b/
lib/Tie/RefHash.pm
@@
-43,7
+43,7
@@
Gurusamy Sarathy gsar@umich.edu
=head1 VERSION
-Version 1.2 15 Dec 1996
+Version 1.21 22 Jun 1999
=head1 SEE ALSO
@@
-94,7
+94,6
@@
sub EXISTS {
sub FIRSTKEY {
my $s = shift;
- my $a = scalar(keys %{$s->[0]}) + scalar(keys %{$s->[1]});
$s->[2] = 0;
$s->NEXTKEY;
}