Remove useless code in last checkin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4564 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2009-11-13 13:32:33 +00:00
parent a8013ef8ef
commit 06aaca242e

View File

@ -1178,9 +1178,6 @@ sub gethost_from_url {
delete $::VPD_TAB_CACHE{$node};
return $node . "($ip)";
}
delete $::VPD_TAB_CACHE{$node};
return $node . "($ip)";
}
}
}