removed warning message

This commit is contained in:
Jeff Hill
2000-05-30 17:13:50 +00:00
parent 6ee0d611fd
commit 390d9f1fb8
-1
View File
@@ -39,6 +39,5 @@ epicsShareFunc osiGetUserNameReturn epicsShareAPI osiGetUserName (char *pBuf, un
epicsShareFunc osiSpawnDetachedProcessReturn epicsShareAPI osiSpawnDetachedProcess
(const char *pProcessName, const char *pBaseExecutableName)
{
errlogPrintf("osiSpawnDetachedProcess not implemented on RTEMS\n");
return osiSpawnDetachedProcessNoSupport;
}