mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Changed: Remove empty function
This commit is contained in:
parent
e3e2fe0e74
commit
b58fd4b100
1 changed files with 0 additions and 7 deletions
|
@ -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()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue