git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2460 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
33882e7aa9
commit
2ab1270dfa
@ -653,10 +653,6 @@ sub processArgs
|
||||
# must have object name(s) -
|
||||
if ((scalar(@::clobjnames) == 0) && (scalar(@::fileobjnames) == 0))
|
||||
{
|
||||
my $rsp;
|
||||
$rsp->{data}->[0] =
|
||||
"Could not determine what object definitions to remove.\n";
|
||||
xCAT::MsgUtils->message("E", $rsp, $::callback);
|
||||
return 3;
|
||||
}
|
||||
|
||||
|
@ -576,10 +576,6 @@ sub processArgs
|
||||
# must have object name(s) -
|
||||
if (!@::clobjnames)
|
||||
{
|
||||
my $rsp;
|
||||
$rsp->{data}->[0] =
|
||||
"$::msgstr Could not determine what object definitions to remove.\n";
|
||||
xCAT::MsgUtils->message("E", $rsp, $::callback);
|
||||
return 3;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user