From 2b3e9d9b244e279ef5693a7cf5dacc7903164af5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Jul 2002 09:46:48 +0000 Subject: Remove, moved to cpukit. --- c/src/exec/posix/src/condmp.c | 46 ------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 c/src/exec/posix/src/condmp.c (limited to 'c/src/exec/posix/src/condmp.c') diff --git a/c/src/exec/posix/src/condmp.c b/c/src/exec/posix/src/condmp.c deleted file mode 100644 index d5f60271fc..0000000000 --- a/c/src/exec/posix/src/condmp.c +++ /dev/null @@ -1,46 +0,0 @@ -/* - * $Id$ - */ - -#if HAVE_CONFIG_H -#include "config.h" -#endif - -#include -#include - -#include -#include -#include -#include -#include -#include -#include - -/* - * TEMPORARY - */ - -#if defined(RTEMS_MULTIPROCESSING) -void _POSIX_Condition_variables_MP_Send_process_packet ( - POSIX_Condition_variables_MP_Remote_operations operation, - Objects_Id condition_variables_id, - Objects_Name name, - Objects_Id proxy_id -) -{ - (void) POSIX_MP_NOT_IMPLEMENTED(); -} - -void _POSIX_Condition_variables_MP_Send_extract_proxy( - Thread_Control *the_thread -) -{ - (void) POSIX_MP_NOT_IMPLEMENTED(); -} -#endif - -/* - * END OF TEMPORARY - */ - -- cgit v1.2.3