From e475a8b693e3d712ba9a6c601b02168f38b5ba90 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 1 Aug 2012 12:39:47 +0000 Subject: [PATCH] remove commented out code so not to confuse git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13387 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/DSHCLI.pm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/perl-xCAT/xCAT/DSHCLI.pm b/perl-xCAT/xCAT/DSHCLI.pm index 862a6c6ab..0251c7140 100644 --- a/perl-xCAT/xCAT/DSHCLI.pm +++ b/perl-xCAT/xCAT/DSHCLI.pm @@ -4192,13 +4192,7 @@ sub parse_and_run_dcp } # input -F file is sync'd to site.syncfiledir on the service node - - #if (xCAT::Utils->isServiceNode()) - #{ # running on service node - # my $snsynfile = $synfiledir; - # $snsynfile .= $options{'File'}; - # $options{'File'} = $snsynfile; - #} + # filename directory already changed my $syncfile = $options{'File'}; if (!-f $options{'File'}) {