diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-06-11 16:07:07 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-06-11 16:22:56 +0200 |
commit | c50d8143a770178426fdadf6c19cc4573869129b (patch) | |
tree | 2ad555b91cf3339e70c42600c0083e1dcb8fab5c /lib | |
parent | a89c5cf81e3f30418bcb3ade5c8d7fb441b1c9b6 (diff) | |
download | App-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')
-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"); |