summaryrefslogtreecommitdiffstats
path: root/cpukit/score/macros/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-11-14 18:31:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-11-14 18:31:49 +0000
commit1d6e0f9922898023192f8357f350f40dd037824a (patch)
treef74597a5c8e2d6982e5fd0ba9f75299c3c432eb7 /cpukit/score/macros/rtems
parent2002-11-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1d6e0f9922898023192f8357f350f40dd037824a.tar.bz2
2002-11-14 Joel Sherrill <joel@OARcorp.com>
* macros/rtems/score/object.inl: Keep consistent with inline version.
Diffstat (limited to 'cpukit/score/macros/rtems')
-rw-r--r--cpukit/score/macros/rtems/score/object.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/macros/rtems/score/object.inl b/cpukit/score/macros/rtems/score/object.inl
index 10721497f2..8a30304161 100644
--- a/cpukit/score/macros/rtems/score/object.inl
+++ b/cpukit/score/macros/rtems/score/object.inl
@@ -182,7 +182,7 @@
#define _Objects_Namespace_remove( _information, _the_object ) \
(_the_object)->name = 0; \
- _Objects_Clear_name( (_the_object)->name, (_information)->name_length )
+ /* _Objects_Clear_name( (_the_object)->name, (_information)->name_length ) */
#endif
/* end of include file */