summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/aio_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/include/rtems/posix/aio_misc.h')
-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 */