summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2005-01-28 19:52:19 +0000
committerEric Norum <WENorum@lbl.gov>2005-01-28 19:52:19 +0000
commit547b04f6b28b1273a753c8a7aa533d60daebc065 (patch)
treef6898ac5c4567bdfafd153471dd8d002b95544ee /cpukit
parentColdFire ISA A+ instructions. (diff)
downloadrtems-547b04f6b28b1273a753c8a7aa533d60daebc065.tar.bz2
Remove dead variable.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/libnetworking/rtems/rtems_glue.c5
2 files changed, 4 insertions, 5 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 54c3bbfa5b..5c8f7b4cd7 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -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,
diff --git a/cpukit/libnetworking/rtems/rtems_glue.c b/cpukit/libnetworking/rtems/rtems_glue.c
index 74a7ca8511..708cafdb85 100644
--- a/cpukit/libnetworking/rtems/rtems_glue.c
+++ b/cpukit/libnetworking/rtems/rtems_glue.c
@@ -48,11 +48,6 @@ static int nmbuf = (64 * 1024) / MSIZE;
int nmbclusters = (128 * 1024) / MCLBYTES;
/*
- * Socket buffering parameters
- */
-unsigned long sb_efficiency = 8;
-
-/*
* Network task synchronization
*/
static rtems_id networkSemaphore;