summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectgetnoprotection.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-02 22:06:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-02 22:06:18 +0000
commit551db24a7012ecc16bb4b4473502bb8cff301a33 (patch)
tree673455c0185f191d0bce2a482c5ca69a90bfa580 /cpukit/score/src/objectgetnoprotection.c
parent2007-04-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-551db24a7012ecc16bb4b4473502bb8cff301a33.tar.bz2
2007-04-02 Joel Sherrill <joel@OARcorp.com>
* posix/Makefile.am, score/src/objectgetnoprotection.c: Eliminate some dead code. * posix/src/time.c: Removed.
Diffstat (limited to 'cpukit/score/src/objectgetnoprotection.c')
-rw-r--r--cpukit/score/src/objectgetnoprotection.c4
1 files changed, 0 insertions, 4 deletions
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;
}