hydra: remove HYDRA_HOME env var, not used

This commit is contained in:
Rob Vermaas
2010-10-08 10:45:44 +00:00
parent 5e0e9e058d
commit 753f5679cb
2 changed files with 0 additions and 4 deletions

View File

@ -11,9 +11,6 @@ use Nix;
chdir getHydraPath or die;
my $db = openHydraDB;
my $hydraHome = $ENV{"HYDRA_HOME"};
die "The HYDRA_HOME environment variable is not set!\n" unless defined $hydraHome;
STDOUT->autoflush();
#$SIG{CHLD} = 'IGNORE';