r14853@rob-kinyons-computer: rob | 2007-01-18 02:01:33 -0500
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Engine.pm
index 8526b92..690fff2 100644 (file)
@@ -1656,6 +1656,8 @@ sub mark_deleted {
     );
 }
 
+=pod
+# This has been commented out until it is used in order to not bring coverage stats down.
 sub delete_md5 {
     my $self = shift;
     my ($args) = @_;
@@ -1688,6 +1690,7 @@ sub delete_md5 {
 
     return $data;
 }
+=cut
 
 sub get_data_location_for {
     my $self = shift;