No need to call epicsThreadInit since it is now completely internal to

osdThread.c.
This commit is contained in:
W. Eric Norum
2001-01-24 14:23:34 +00:00
parent db43b6e983
commit ffdd3ce510

View File

@@ -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
*/