summaryrefslogtreecommitdiffstats
path: root/cpukit/score/macros/rtems/score/object.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/macros/rtems/score/object.inl')
-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 */