summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/load-graphs1
-rwxr-xr-xbin/load-update1
2 files changed, 0 insertions, 2 deletions
diff --git a/bin/load-graphs b/bin/load-graphs
index 1177a55..b3fcef4 100755
--- a/bin/load-graphs
+++ b/bin/load-graphs
@@ -3,7 +3,6 @@
use strict;
use RRDs;
use English;
-use BER;
my $RRDPATH = shift @ARGV;
die ("Usage: $PROGRAM_NAME <rrd dir>\n") if (!defined $RRDPATH || scalar @ARGV > 0);
diff --git a/bin/load-update b/bin/load-update
index c041f8c..070cc35 100755
--- a/bin/load-update
+++ b/bin/load-update
@@ -2,7 +2,6 @@
use strict;
use RRDs;
-use BER;
use English;
use Time::ParseDate;