Changed: Remove empty function

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-04 17:05:36 +01:00
parent 18dfbcd5a7
commit d62c17986d

View file

@ -29,12 +29,5 @@ namespace NLMISC
//CPtrInfo() {Ptr=NULL; RefCount=0x7FFFFFFF; IsNullPtrInfo=true;} //CPtrInfo() {Ptr=NULL; RefCount=0x7FFFFFFF; IsNullPtrInfo=true;}
CRefCount::CPtrInfoBase CRefCount::NullPtrInfo= {NULL, 0x7FFFFFFF, true}; CRefCount::CPtrInfoBase CRefCount::NullPtrInfo= {NULL, 0x7FFFFFFF, true};
// must not be static
void dummy_to_avoid_stupid_4768_smart_ptr_cpp()
{
}
} }