mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 12:02:21 +02:00
Removed old testing code
This commit is contained in:
parent
7400e7099c
commit
7f0de2d53d
1 changed files with 0 additions and 10 deletions
|
@ -300,18 +300,8 @@ namespace System
|
||||||
|
|
||||||
public ~this()
|
public ~this()
|
||||||
{
|
{
|
||||||
//TODO: Remove this!
|
|
||||||
//char8* checkPtr = (char8*)(void*)this + ((System.Reflection.TypeInstance)typeof(String)).mInstSize;
|
|
||||||
|
|
||||||
if (IsDynAlloc)
|
if (IsDynAlloc)
|
||||||
delete:this mPtr;
|
delete:this mPtr;
|
||||||
/*else if ((mPtr == checkPtr) && (*(int*)(void*)this & 8 == 0))
|
|
||||||
{
|
|
||||||
if (mPtr[mAllocSizeAndFlags] != 0xBF)
|
|
||||||
{
|
|
||||||
throw new Exception();
|
|
||||||
}
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void FakeMethod ()
|
void FakeMethod ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue