summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/thread.h')
-rw-r--r--cpukit/score/include/rtems/score/thread.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 0453912a46..785d8a149e 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -492,16 +492,6 @@ SCORE_EXTERN Thread_Control *_Thread_Allocated_fp;
*/
SCORE_EXTERN struct _reent **_Thread_libc_reent;
-#ifndef __RTEMS_USE_TICKS_FOR_STATISTICS__
-
- /**
- * This contains the time since boot when the last context switch occurred.
- * By placing it in the BSS, it will automatically be zeroed out at
- * system initialization and does not need to be known outside this
- * file.
- */
- SCORE_EXTERN Timestamp_Control _Thread_Time_of_last_context_switch;
-#endif
/**
* This routine performs the initialization necessary for this handler.