removed io blocked list signal because the base class does not

know if the blocked list is with the pv or the server
This commit is contained in:
Jeff Hill
2009-08-13 23:32:18 +00:00
parent b344841365
commit f4cbdec5ee

View File

@@ -100,8 +100,6 @@ caStatus casAsyncIOI::cbFunc (
this->ioComplete = true;
}
this->client.getCAS().ioBlockedList::signal ();
// dont use "this" after destroying the object here
delete this;