diff options
-rw-r--r-- | lib/App/BorgRestore.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm index d250b61..5b391bc 100644 --- a/lib/App/BorgRestore.pm +++ b/lib/App/BorgRestore.pm @@ -217,7 +217,6 @@ The returned data structure is the same as that returned by C<find_archives>. =cut method get_all_archives() { - #my %seen_modtime; my @ret; $log->debugf("Fetching list of all archives"); |