summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-09-27 14:37:07 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-09-27 14:56:47 +0200
commite2fe881a87331e7e20dab95126a8860e42cdddf0 (patch)
treee792e1a31bc4e55a51606ab3526d191badb37da3 /cpukit/libfs
parentposix: Remove superfluous includes (diff)
downloadrtems-e2fe881a87331e7e20dab95126a8860e42cdddf0.tar.bz2
score: Simplify red-black tree debug support
Make the RBTree_Node layout independent of RTEMS_DEBUG (and all other build configuration options). This allows the use of this structure in Newlib. Update #3112.
Diffstat (limited to 'cpukit/libfs')
-rw-r--r--cpukit/libfs/src/jffs2/include/linux/rbtree.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/libfs/src/jffs2/include/linux/rbtree.h b/cpukit/libfs/src/jffs2/include/linux/rbtree.h
index f958e6daae..2268434939 100644
--- a/cpukit/libfs/src/jffs2/include/linux/rbtree.h
+++ b/cpukit/libfs/src/jffs2/include/linux/rbtree.h
@@ -22,9 +22,6 @@ struct rb_node {
struct rb_node *rb_right;
struct rb_node *rb_parent;
int rb_color;
-#if defined(RTEMS_DEBUG)
- const RBTree_Control *rb_tree;
-#endif
};
RTEMS_STATIC_ASSERT(