summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2005-09-11 22:40:25 +0000
committerPeter Palfrader <peter@palfrader.org>2005-09-11 22:40:25 +0000
commitabaf9a8e1825ff415a53f69325d07ca6b65c20e0 (patch)
treed8ae26c0d09a97e10048a4f1ca32be21bb453ddb /other
parenta88af8c65066a71ab10fb7789cb94275879bfaec (diff)
remove use BER
Diffstat (limited to 'other')
-rwxr-xr-xother/mixminion/bin/rrd-graph1
-rwxr-xr-xother/mixminion/bin/rrd-update1
2 files changed, 0 insertions, 2 deletions
diff --git a/other/mixminion/bin/rrd-graph b/other/mixminion/bin/rrd-graph
index 269a2ad..a9733be 100755
--- a/other/mixminion/bin/rrd-graph
+++ b/other/mixminion/bin/rrd-graph
@@ -2,7 +2,6 @@
use strict;
use RRDs;
-use BER;
my $HOSTNAME = `hostname`;
diff --git a/other/mixminion/bin/rrd-update b/other/mixminion/bin/rrd-update
index 29d0c17..61dc7db 100755
--- a/other/mixminion/bin/rrd-update
+++ b/other/mixminion/bin/rrd-update
@@ -2,7 +2,6 @@
use strict;
use RRDs;
-use BER;
use Time::ParseDate;
use Compress::Zlib;