From 34b45b17c57d597a79776e2ba9780b214c5dc173 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 8 Jun 2021 09:08:43 +0200 Subject: [PATCH] score: Remove unused _Per_CPU_Initialize() decl --- cpukit/include/rtems/score/percpu.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cpukit/include/rtems/score/percpu.h b/cpukit/include/rtems/score/percpu.h index 1aed17ab19..3242383b9d 100644 --- a/cpukit/include/rtems/score/percpu.h +++ b/cpukit/include/rtems/score/percpu.h @@ -775,13 +775,6 @@ RTEMS_INLINE_ROUTINE void _Per_CPU_Release_all( #if defined( RTEMS_SMP ) -/** - * @brief Allocate and Initialize Per CPU Structures - * - * This method allocates and initialize the per CPU structure. - */ -void _Per_CPU_Initialize(void); - void _Per_CPU_State_change( Per_CPU_Control *cpu, Per_CPU_State new_state