From ffdd3ce510988ff38658982a535f8888e161fc3e Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Wed, 24 Jan 2001 14:23:34 +0000 Subject: [PATCH] No need to call epicsThreadInit since it is now completely internal to osdThread.c. --- src/libCom/osi/os/RTEMS/rtems_init.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/libCom/osi/os/RTEMS/rtems_init.c b/src/libCom/osi/os/RTEMS/rtems_init.c index 803a2c371..b76bd5735 100644 --- a/src/libCom/osi/os/RTEMS/rtems_init.c +++ b/src/libCom/osi/os/RTEMS/rtems_init.c @@ -308,11 +308,6 @@ Init (rtems_task_argument ignored) openlog ("IOC", LOG_CONS, LOG_DAEMON); syslog (LOG_NOTICE, "IOC started."); - /* - * Do EPICS initialization - */ - epicsThreadInit (); - /* * Run the EPICS startup script */