From 332b238dd45c267050672f7ff629d4d26b0ff2bd Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 30 Aug 2000 22:48:22 +0000 Subject: [PATCH] fixed sunpro warning --- src/ca/iocinf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ca/iocinf.h b/src/ca/iocinf.h index 17fc7d902..ae881b422 100644 --- a/src/ca/iocinf.h +++ b/src/ca/iocinf.h @@ -339,8 +339,6 @@ private: static tsFreeList < class nciu, 1024 > freeList; ~nciu (); // force pool allocation - //int issuePut ( ca_uint16_t cmd, unsigned id, chtype type, - // unsigned long count, const void *pvalue ); void lock () const; void unlock () const; void lockPIIU () const;