1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +02:00

Remove nop

This commit is contained in:
Brian Fiete 2020-05-31 07:29:06 -07:00
parent e93757141d
commit ca0c0df6d3

View file

@ -6501,11 +6501,6 @@ BfTypeDef* BfModule::FindTypeDef(const BfAtomComposite& findName, int numGeneric
return FindTypeDefRaw(findName, numGenericArgs, typeInstance, useTypeDef, error);
}
if (typeInstance->mTypeDef->mName->ToString() == "ClassA")
{
NOP;
}
BfTypeLookupEntry typeLookupEntry;
typeLookupEntry.mName = findName;
typeLookupEntry.mNumGenericParams = numGenericArgs;