From f17e1716879a3594a3f40fd5cb1479b81a14fe7d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 22 Apr 2014 07:46:51 +0200 Subject: score: Fix warning --- cpukit/score/src/thread.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpukit/score/src/thread.c b/cpukit/score/src/thread.c index f67a297ac3..3cf061fdb9 100644 --- a/cpukit/score/src/thread.c +++ b/cpukit/score/src/thread.c @@ -23,8 +23,6 @@ void _Thread_Handler_initialization(void) { - uint32_t ticks_per_timeslice = - rtems_configuration_get_ticks_per_timeslice(); rtems_stack_allocate_init_hook stack_allocate_init_hook = rtems_configuration_get_stack_allocate_init_hook(); #if defined(RTEMS_MULTIPROCESSING) -- cgit v1.2.3