remove out of date warning

This commit is contained in:
Michael Davidsaver
2017-09-06 14:18:20 -05:00
parent 2c6599d4c9
commit 0ae74712b2

View File

@@ -460,15 +460,6 @@ PDBProvider::~PDBProvider()
{
epics::atomic::decrement(num_instances);
{
epicsGuard<epicsMutex> G(transient_pv_map.mutex());
if(event_context) {
/* Explicit destroy to ensure that the dbEventCtx
* is free'd from the event thread.
*/
errlogPrintf("Warning: PDBProvider free'd without destroy(). Possible race condition\nn");
}
}
destroy();
}