summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/object.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-11-29 21:55:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-11-29 21:55:18 +0000
commitb0bd1b697c5193ade774f8ab808d8e032c780f8c (patch)
treee9b4f68224ee1fb92329252beb71da6651867d25 /cpukit/score/include/rtems/score/object.h
parent2011-11-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b0bd1b697c5193ade774f8ab808d8e032c780f8c.tar.bz2
2011-11-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1967/cpukit * score/include/rtems/score/object.h, score/src/objectinitializeinformation.c: Remove OBJECTS_NAME_ALIGNMENT and uses.
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/object.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h
index 703050feaa..4f2147cd99 100644
--- a/cpukit/score/include/rtems/score/object.h
+++ b/cpukit/score/include/rtems/score/object.h
@@ -65,13 +65,6 @@ typedef union {
} Objects_Name;
/**
- * Space for object names is allocated in multiples of this.
- *
- * NOTE: Must be a power of 2. Matches the name manipulation routines.
- */
-#define OBJECTS_NAME_ALIGNMENT sizeof( uint32_t )
-
-/**
* Functions which compare names are prototyped like this.
*/
typedef bool (*Objects_Name_comparators)(