Browse Source

Removed obsolete line merged in with the cmdline stuff

tags/v0.9.3
Michael Brown 17 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,7 +157,6 @@ int main ( void ) {
157 157
 	if ( netdev ) {
158 158
 		test_dhcp ( netdev );
159 159
 		//cmdl_start();
160
-		//test_aoeboot ( &static_single_netdev );
161 160
 	} else {
162 161
 		printf ( "No network device found\n" );
163 162
 	}

Loading…
Cancel
Save