summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/aio_misc.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-08-16 14:09:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-08-16 14:09:38 +0000
commita2185082307d826eebda45a798d91b4d3eeca1c3 (patch)
tree2558b8608f1f7524d441013b398ce0cd105bb384 /cpukit/posix/include/rtems/posix/aio_misc.h
parent2010-08-16 Alin Rus <alin.codejunkie@gmail.com> (diff)
downloadrtems-a2185082307d826eebda45a798d91b4d3eeca1c3.tar.bz2
2010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/include/rtems/posix/aio_misc.h: Remove rtems_aio_queue_s.size (Unused). * posix/src/aio_misc.c: Remove aio_request_queue.size. Cosmetics.
Diffstat (limited to '')
-rw-r--r--cpukit/posix/include/rtems/posix/aio_misc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/posix/include/rtems/posix/aio_misc.h b/cpukit/posix/include/rtems/posix/aio_misc.h
index 3adbd11cac..7d2d1294bd 100644
--- a/cpukit/posix/include/rtems/posix/aio_misc.h
+++ b/cpukit/posix/include/rtems/posix/aio_misc.h
@@ -57,7 +57,6 @@ extern "C"
rtems_chain_control work_req; /* chains being worked by active threads */
rtems_chain_control idle_req; /* fd chains waiting to be processed */
unsigned int initialized; /* specific value if queue is initialized */
- int size;
int active_threads; /* the number of active threads */
int idle_threads; /* number of idle threads */