Removed extraneous comment
rkinyon [Wed, 1 Mar 2006 20:16:24 +0000 (20:16 +0000)]
lib/DBM/Deep.pm

index 2b1612d..b70f696 100644 (file)
@@ -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};
 }