Remove dead variable.

This commit is contained in:
Eric Norum
2005-01-28 19:52:19 +00:00
parent fa9fa1e422
commit 547b04f6b2
2 changed files with 4 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
2005-01-28 Eric Norum <norume@aps.anl.gov>
* libnetworking/rtems/rtems_glue.c: Remove dead variable.
2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>
* itron/include/itron.h,

View File

@@ -47,11 +47,6 @@ void sysctl_register_all(void *arg);
static int nmbuf = (64 * 1024) / MSIZE;
int nmbclusters = (128 * 1024) / MCLBYTES;
/*
* Socket buffering parameters
*/
unsigned long sb_efficiency = 8;
/*
* Network task synchronization
*/