diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-08-15 17:28:12 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-08-15 17:28:12 +0200 |
commit | 45df6cefcbdf23758a0d9ab7fd707d8a622339b1 (patch) | |
tree | f9f474d523a67fcf8ce0034537db023f32eb13e2 | |
parent | 84da62727535446d3da2b61229127df28a304138 (diff) | |
download | bin-45df6cefcbdf23758a0d9ab7fd707d8a622339b1.tar.gz bin-45df6cefcbdf23758a0d9ab7fd707d8a622339b1.tar.xz |
borg-restore.pl: Remove unused Devel::Size module
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | borg-restore.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/borg-restore.pl b/borg-restore.pl index 05e4edc..39f1048 100755 --- a/borg-restore.pl +++ b/borg-restore.pl @@ -84,7 +84,6 @@ use Cwd qw(abs_path getcwd); use Data::Dumper; use DateTime; use DB_File; -use Devel::Size qw(total_size); use File::Basename; use File::Copy; use File::Path qw(mkpath); |