diff --git a/src/ca/bhe.cpp b/src/ca/bhe.cpp index dc58c6b69..b460e0891 100644 --- a/src/ca/bhe.cpp +++ b/src/ca/bhe.cpp @@ -21,18 +21,6 @@ #include "virtualCircuit.h" #include "bhe.h" -#ifdef _MSC_VER -# pragma warning ( push ) -# pragma warning ( disable:4660 ) -#endif - -template class tsFreeList < bhe, 1024 >; -template class epicsSingleton < tsFreeList < bhe, 1024 > >; - -#ifdef _MSC_VER -# pragma warning ( pop ) -#endif - epicsSingleton < tsFreeList < class bhe, 1024 > > bhe::pFreeList; void * bhe::operator new ( size_t size )