summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-08-15 17:28:12 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-08-15 17:28:12 +0200
commit45df6cefcbdf23758a0d9ab7fd707d8a622339b1 (patch)
treef9f474d523a67fcf8ce0034537db023f32eb13e2
parent84da62727535446d3da2b61229127df28a304138 (diff)
downloadbin-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-xborg-restore.pl1
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);