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

@ -46,7 +46,6 @@ public:
std::string const & recordName,
epics::pvData::PVStructurePtr const & pvStructure);
virtual ~PowerSupply();
virtual void destroy();
virtual bool init();
virtual void process();
void put(double power,double voltage);
@ -111,11 +110,6 @@ inline PowerSupply::~PowerSupply()
{
}
inline void PowerSupply::destroy()
{
PVRecord::destroy();
}
inline bool PowerSupply::init()
{
initPVRecord();