From ec5d7f92fd6c122574b6ea5c68099daefafa7898 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 7 Jun 2016 22:09:01 +0200 Subject: score: Delete dead copy and paste code --- cpukit/score/cpu/sh/cpu.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cpukit/score/cpu/sh/cpu.c') 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, -- cgit v1.2.3