removed unused static variable

This commit is contained in:
Jeff Hill
2002-03-22 21:26:17 +00:00
parent e0956c2c11
commit 648129c9f1
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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 & );
};
-1
View File
@@ -31,7 +31,6 @@
#include "dbPutNotifyBlocker.h"
epicsSingleton < tsFreeList < dbChannelIO > > dbChannelIO::pFreeList;
unsigned dbChannelIO::nextIdForIO;
dbChannelIO::dbChannelIO ( cacChannelNotify &notify,
const dbAddr &addrIn, dbServiceIO &serviceIO ) :