-Remove stale commented code

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6672 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-07-07 20:06:27 +00:00
parent 5648cf6bf9
commit 9de6fb3396

View File

@ -1466,12 +1466,6 @@ sub generic_vm_operation { #The general form of firing per-vm requests to ESX hy
vmview=>$mgdvms{$node},
exargs=>\@exargs
);
#REMINDER FOR RINV TO COME
# foreach (@nothing) { #@{$mgdvms{$node}->config->hardware->device}) {
# if (defined $_->{macAddress}) {
# print "\nFound a mac: ".$_->macAddress."\n";
# }
# }
}
}
}