summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-14 05:13:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-14 05:13:32 +0000
commita6d749ba45320e393f0faea85f4ebfffd9762d98 (patch)
tree1c188b84b38ed95fbf0d0629cdedbb26141a44a1 /cpukit/score/include
parentFix typos. (diff)
downloadrtems-a6d749ba45320e393f0faea85f4ebfffd9762d98.tar.bz2
2005-01-14 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 742/rtems * score/include/rtems/system.h: Remove stringify().
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/system.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index 8b21dd17c2..1092cf4aa1 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -143,8 +143,6 @@ typedef void * proc_ptr;
#include <rtems/stdint.h>
#include <rtems/score/cpu.h> /* processor specific information */
-#define stringify( _x ) # _x
-
#define RTEMS_offsetof(type, field) \
((uint32_t ) &(((type *) 0)->field))