summaryrefslogtreecommitdiffstats
path: root/lib/App/BorgRestore.pm
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-06-11 16:07:07 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-06-11 16:22:56 +0200
commitc50d8143a770178426fdadf6c19cc4573869129b (patch)
tree2ad555b91cf3339e70c42600c0083e1dcb8fab5c /lib/App/BorgRestore.pm
parenta89c5cf81e3f30418bcb3ade5c8d7fb441b1c9b6 (diff)
downloadApp-BorgRestore-c50d8143a770178426fdadf6c19cc4573869129b.tar.gz
App-BorgRestore-c50d8143a770178426fdadf6c19cc4573869129b.tar.xz
Remove unused, commented variable
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib/App/BorgRestore.pm')
-rw-r--r--lib/App/BorgRestore.pm1
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");