mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Removed test
This commit is contained in:
parent
da5b81f419
commit
bbf76e0f53
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue