From 9de6fb3396cd9904adc1d3be95fb03ecb0845a04 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 7 Jul 2010 20:06:27 +0000 Subject: [PATCH] -Remove stale commented code git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6672 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/esx.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index 8ba38fe2c..abc2f6453 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -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"; -# } -# } } } }