1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Removed test

This commit is contained in:
Brian Fiete 2020-09-14 11:23:49 -07:00
parent da5b81f419
commit bbf76e0f53

View file

@ -5113,11 +5113,6 @@ void BfCompiler::PopulateReified()
unspecializedType->mIsReified = true;
}
if ((typeInst != NULL) && (typeInst->mTypeDef->mName->ToString() == "StructA"))
{
NOP;
}
if ((type->IsValueType()) && (!type->IsUnspecializedType()))
{
bool dynamicBoxing = false;