summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/types.c')
-rw-r--r--cpukit/posix/src/types.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/posix/src/types.c b/cpukit/posix/src/types.c
index 7f951f6154..c6ef882600 100644
--- a/cpukit/posix/src/types.c
+++ b/cpukit/posix/src/types.c
@@ -23,14 +23,6 @@
#include <assert.h>
-#if defined(RTEMS_MULTIPROCESSING)
-int POSIX_MP_NOT_IMPLEMENTED()
-{
- assert( 0 );
- return 0;
-}
-#endif
-
int POSIX_BOTTOM_REACHED()
{
assert( 0 );