From: rkinyon Date: Wed, 1 Mar 2006 20:16:24 +0000 (+0000) Subject: Removed extraneous comment X-Git-Tag: 0-99_01~96 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8dbf89d641f23eb445cb54e16ff38e6b01b53e14;p=dbsrgits%2FDBM-Deep.git Removed extraneous comment --- diff --git a/lib/DBM/Deep.pm b/lib/DBM/Deep.pm index 2b1612d..b70f696 100644 --- 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}; }