summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sh/cpu.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-07 22:09:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-08 15:48:02 +0200
commitec5d7f92fd6c122574b6ea5c68099daefafa7898 (patch)
treec6ba9db5dcfbfcd58b34a1ab48299bafababf2d1 /cpukit/score/cpu/sh/cpu.c
parentsmptests/smpatomic01: Fix seqlock write (diff)
downloadrtems-ec5d7f92fd6c122574b6ea5c68099daefafa7898.tar.bz2
score: Delete dead copy and paste code
Diffstat (limited to 'cpukit/score/cpu/sh/cpu.c')
-rw-r--r--cpukit/score/cpu/sh/cpu.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/score/cpu/sh/cpu.c b/cpukit/score/cpu/sh/cpu.c
index d6e2d176f5..8988da98ce 100644
--- a/cpukit/score/cpu/sh/cpu.c
+++ b/cpukit/score/cpu/sh/cpu.c
@@ -203,14 +203,6 @@ void *_CPU_Thread_Idle_body( uintptr_t ignored )
}
#endif
-#if (CPU_USE_GENERIC_BITFIELD_CODE == FALSE)
-
-uint8_t _bit_set_table[16] =
- { 4, 4, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 1,0};
-
-
-#endif
-
void _CPU_Context_Initialize(
Context_Control *_the_context,
void *_stack_base,