Explorar el Código

Removed obsolete line merged in with the cmdline stuff

tags/v0.9.3
Michael Brown hace 18 años
padre
commit
0dd0a8366e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      src/core/main.c

+ 0
- 1
src/core/main.c Ver fichero

@@ -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…
Cancelar
Guardar