From 551db24a7012ecc16bb4b4473502bb8cff301a33 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 2 Apr 2007 22:06:18 +0000 Subject: 2007-04-02 Joel Sherrill * posix/Makefile.am, score/src/objectgetnoprotection.c: Eliminate some dead code. * posix/src/time.c: Removed. --- cpukit/score/src/objectgetnoprotection.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/score/src/objectgetnoprotection.c') diff --git a/cpukit/score/src/objectgetnoprotection.c b/cpukit/score/src/objectgetnoprotection.c index 7f3981e1e0..d8df70cd46 100644 --- a/cpukit/score/src/objectgetnoprotection.c +++ b/cpukit/score/src/objectgetnoprotection.c @@ -79,9 +79,5 @@ Objects_Control *_Objects_Get_no_protection( /* * Not supported for multiprocessing */ -#if 0 && defined(RTEMS_MULTIPROCESSING) - _Objects_MP_Is_remote( information, id, location, &the_object ); - return the_object; -#endif return NULL; } -- cgit v1.2.3