summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2005-04-11 19:09:17 +0000
committerPeter Palfrader <peter@palfrader.org>2005-04-11 19:09:17 +0000
commit42c8b0989bf048aef26844156a43a74f412db5fc (patch)
treef3a5f543cf61821bd4448068517a109a1030c6aa /bin
parent2058e537d4c3efced8cf651f892c504d743c84dd (diff)
Remove unecessary code
Diffstat (limited to 'bin')
-rwxr-xr-xbin/load-update2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/load-update b/bin/load-update
index 6abb698..16eb24a 100755
--- a/bin/load-update
+++ b/bin/load-update
@@ -10,8 +10,6 @@ my $ECHOLOT_BASE = shift @ARGV;
my $RRDPATH = shift @ARGV;
die ("Usage: $PROGRAM_NAME <echolot base> <rrd dir>\n") if (!defined $ECHOLOT_BASE || !defined $RRDPATH || scalar @ARGV > 0);
-my $HOSTNAME = `hostname`;
-
my @MONTH = qw{Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec};
my $BASEDIR = $ECHOLOT_BASE.'/results/thesaurus/'; # we depend on that trailing /