summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-14 17:06:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-14 17:06:57 +0000
commitdf26b78853a38e9db2ba74c8a3eae2de788405cc (patch)
tree8db29fef30ba82bb08d2725209e25170429baee5 /c/src/exec/score
parentMoved some initialization from the system initialization thread to (diff)
downloadrtems-df26b78853a38e9db2ba74c8a3eae2de788405cc.tar.bz2
white space problem
Diffstat (limited to 'c/src/exec/score')
-rw-r--r--c/src/exec/score/src/thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/exec/score/src/thread.c b/c/src/exec/score/src/thread.c
index 7cda6e5108..4b48e6dec8 100644
--- a/c/src/exec/score/src/thread.c
+++ b/c/src/exec/score/src/thread.c
@@ -93,7 +93,6 @@ void _Thread_Start_multitasking(
Thread_Control *idle_thread
)
{
-
_Thread_Executing =
_Thread_Heir =
_Thread_MP_Receive = system_thread;