removed unused static variable
This commit is contained in:
@@ -118,7 +118,6 @@ private:
|
||||
short nativeType () const;
|
||||
unsigned long nativeElementCount () const;
|
||||
static epicsSingleton < tsFreeList < dbChannelIO > > pFreeList;
|
||||
static unsigned nextIdForIO;
|
||||
dbChannelIO ( const dbChannelIO & );
|
||||
dbChannelIO & operator = ( const dbChannelIO & );
|
||||
};
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include "dbPutNotifyBlocker.h"
|
||||
|
||||
epicsSingleton < tsFreeList < dbChannelIO > > dbChannelIO::pFreeList;
|
||||
unsigned dbChannelIO::nextIdForIO;
|
||||
|
||||
dbChannelIO::dbChannelIO ( cacChannelNotify ¬ify,
|
||||
const dbAddr &addrIn, dbServiceIO &serviceIO ) :
|
||||
|
||||
Reference in New Issue
Block a user