fixed borland warning

This commit is contained in:
Jeff Hill
2001-10-22 17:49:23 +00:00
parent 119e45dc28
commit a7a87b8d99

View File

@@ -447,7 +447,6 @@ LOCAL void logRestart (void *pPrivate)
{
epicsEventWaitStatus semStatus;
logClient *pClient;
unsigned ioPending;
/*
* roll the local port forward so that we dont collide
@@ -458,7 +457,6 @@ LOCAL void logRestart (void *pPrivate)
#endif
while (1) {
ioPending = 0;
semStatus = epicsEventWaitWithTimeout (logClientGlobalSignal, LOG_RESTART_DELAY);
assert ( semStatus==epicsEventWaitOK || semStatus==epicsEventWaitTimeout );