david/ipxe
Archived
1
0

Removed obsolete line merged in with the cmdline stuff

This commit is contained in:
Michael Brown 2006-08-09 03:22:29 +00:00
parent 504a705d9e
commit 0dd0a8366e

View File

@ -157,7 +157,6 @@ int main ( void ) {
if ( netdev ) { if ( netdev ) {
test_dhcp ( netdev ); test_dhcp ( netdev );
//cmdl_start(); //cmdl_start();
//test_aoeboot ( &static_single_netdev );
} else { } else {
printf ( "No network device found\n" ); printf ( "No network device found\n" );
} }