summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/object.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-24 15:12:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-24 15:12:09 +0000
commit2345d61bdc38697ef46ab800bf03c43800247e21 (patch)
treef2628a0cb1d649ceaf46418c66adf7a88d417c70 /cpukit/score/include/rtems/score/object.h
parent2008-01-23 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-2345d61bdc38697ef46ab800bf03c43800247e21.tar.bz2
2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/include/rtems/score/object.h, score/src/objectextendinformation.c, score/src/objectinitializeinformation.c, score/src/objectshrinkinformation.c: Eliminate name_table since it is not used.
Diffstat (limited to 'cpukit/score/include/rtems/score/object.h')
-rw-r--r--cpukit/score/include/rtems/score/object.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h
index 7ed0a8300b..c1a9c040db 100644
--- a/cpukit/score/include/rtems/score/object.h
+++ b/cpukit/score/include/rtems/score/object.h
@@ -341,9 +341,6 @@ typedef struct {
size_t size;
/** This points to the table of local objects. */
Objects_Control **local_table;
- /** This points to the table of local object names. */
- /* XXX should be safe to remove this field */
- uint32_t **name_table;
/** This is the chain of inactive control blocks. */
Chain_Control Inactive;
/** This is the number of objects on the Inactive list. */