projects
/
dbsrgits/DBM-Deep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a86430b
)
Removed extraneous comment
rkinyon [Wed, 1 Mar 2006 20:16:24 +0000 (20:16 +0000)]
lib/DBM/Deep.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBM/Deep.pm
b/lib/DBM/Deep.pm
index
2b1612d
..
b70f696
100644
(file)
--- a/
lib/DBM/Deep.pm
+++ b/
lib/DBM/Deep.pm
@@
-436,7
+436,6
@@
sub _fh {
##
# Get access to the raw fh
##
- #XXX It will be useful, though, when we split out HASH and ARRAY
my $self = $_[0]->_get_self;
return $self->_root->{fh};
}