remove all destroy methods

This commit is contained in:
mrkraimer
2020-07-21 10:33:50 -04:00
parent cb5d9f976a
commit 3bc89bfe0e
7 changed files with 0 additions and 33 deletions

View File

@@ -428,11 +428,6 @@ PVCopy::PVCopy(
{
}
void PVCopy::destroy()
{
headNode.reset();
}
bool PVCopy::init(epics::pvData::PVStructurePtr const &pvRequest)
{
PVStructurePtr pvMasterStructure = pvMaster;