Browse Source

Removed obsolete line merged in with the cmdline stuff

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
0dd0a8366e
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/core/main.c

+ 0
- 1
src/core/main.c View File

157
 	if ( netdev ) {
157
 	if ( netdev ) {
158
 		test_dhcp ( netdev );
158
 		test_dhcp ( netdev );
159
 		//cmdl_start();
159
 		//cmdl_start();
160
-		//test_aoeboot ( &static_single_netdev );
161
 	} else {
160
 	} else {
162
 		printf ( "No network device found\n" );
161
 		printf ( "No network device found\n" );
163
 	}
162
 	}

Loading…
Cancel
Save