diff --git a/pdbApp/pdb.cpp b/pdbApp/pdb.cpp index b264e14..a2144bb 100644 --- a/pdbApp/pdb.cpp +++ b/pdbApp/pdb.cpp @@ -460,15 +460,6 @@ PDBProvider::~PDBProvider() { epics::atomic::decrement(num_instances); - { - epicsGuard 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(); }