summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/condinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/condinit.c')
-rw-r--r--c/src/exec/posix/src/condinit.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/c/src/exec/posix/src/condinit.c b/c/src/exec/posix/src/condinit.c
index c227299bfe..cab76e4ab1 100644
--- a/c/src/exec/posix/src/condinit.c
+++ b/c/src/exec/posix/src/condinit.c
@@ -70,14 +70,8 @@ int pthread_cond_init(
/* XXX some more initialization might need to go here */
_Thread_queue_Initialize(
&the_cond->Wait_queue,
- OBJECTS_POSIX_CONDITION_VARIABLES,
THREAD_QUEUE_DISCIPLINE_FIFO,
STATES_WAITING_FOR_CONDITION_VARIABLE,
-#if defined(RTEMS_MULTIPROCESSING)
- _POSIX_Condition_variables_MP_Send_extract_proxy,
-#else
- NULL,
-#endif
ETIMEDOUT
);