summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2005-09-11 22:41:33 +0000
committerPeter Palfrader <peter@palfrader.org>2005-09-11 22:41:33 +0000
commitef964114724bfe0bdadba0aaaaa192226df86904 (patch)
tree6a222cf672d6454998dde7cbbadadce5dd4c919f /bin
parent855a0a638566d07cf516003dba7b9bc8d951bfda (diff)
remove use BER
Diffstat (limited to 'bin')
-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;