Procházet zdrojové kódy

Take out unused cleanup() function so that we can remove the link

dependency on dev.o.
tags/v0.9.3
Michael Brown před 20 roky
rodič
revize
27ba2d7527
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      src/core/main.c

+ 2
- 1
src/core/main.c Zobrazit soubor

345
 };
345
 };
346
 #endif
346
 #endif
347
 
347
 
348
-
349
 /**************************************************************************
348
 /**************************************************************************
350
 CLEANUP - shut down networking and console so that the OS may be called 
349
 CLEANUP - shut down networking and console so that the OS may be called 
351
 **************************************************************************/
350
 **************************************************************************/
351
+#if 0
352
 void cleanup(void)
352
 void cleanup(void)
353
 {
353
 {
354
 	/* Stop receiving packets */
354
 	/* Stop receiving packets */
355
 	disable ( &dev );
355
 	disable ( &dev );
356
 	initialized = 0;
356
 	initialized = 0;
357
 }
357
 }
358
+#endif
358
 
359
 
359
 /*
360
 /*
360
  * Local variables:
361
  * Local variables:

Načítá se…
Zrušit
Uložit