From 29594b4dbc011c0a768395acaf8afc59c512c164 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 7 Sep 2016 09:27:59 +0200 Subject: score: Remove superfluous SMP debug support This information turned out to be useless in the last couple of months. --- cpukit/score/include/rtems/score/thread.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cpukit/score/include/rtems/score/thread.h') diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index 44080f3a82..6104ba03d7 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -672,14 +672,6 @@ typedef struct { * @brief The processor assigned by the current scheduler. */ struct Per_CPU_Control *cpu; - -#if defined(RTEMS_DEBUG) - /** - * @brief The processor on which this thread executed the last time or is - * executing. - */ - struct Per_CPU_Control *debug_real_cpu; -#endif #endif } Thread_Scheduler_control; -- cgit v1.2.3