From e831ea849677ff25e57e4c145d6c591fe3e6e6f3 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 29 Mar 2005 15:37:05 +0000 Subject: Remove redundant code --- gendistrib | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gendistrib b/gendistrib index bc9e04d..9bb0a71 100755 --- a/gendistrib +++ b/gendistrib @@ -221,10 +221,6 @@ foreach (0..$#hdlists) { } unless ($nomediainfo) { - if (! -d $e->{thismediainfo}) { - mkdir $e->{thismediainfo}, 0755 - or print STDERR qq(Can't create directory "$e->{thismediainfo}": $!\n); - } print STDERR qq(link alternate locations of synthesis and hdlists\n) unless $nooutput; unlink $e->{hdlist2}, $e->{synthesis2}; link $e->{hdlist}, $e->{hdlist2} -- cgit v1.2.1