Browse Source

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

dependency on dev.o.
tags/v0.9.3
Michael Brown 18 years ago
parent
commit
27ba2d7527
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/core/main.c

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

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:

Loading…
Cancel
Save