mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Remove nop
This commit is contained in:
parent
e93757141d
commit
ca0c0df6d3
1 changed files with 0 additions and 5 deletions
|
@ -6501,11 +6501,6 @@ BfTypeDef* BfModule::FindTypeDef(const BfAtomComposite& findName, int numGeneric
|
||||||
return FindTypeDefRaw(findName, numGenericArgs, typeInstance, useTypeDef, error);
|
return FindTypeDefRaw(findName, numGenericArgs, typeInstance, useTypeDef, error);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeInstance->mTypeDef->mName->ToString() == "ClassA")
|
|
||||||
{
|
|
||||||
NOP;
|
|
||||||
}
|
|
||||||
|
|
||||||
BfTypeLookupEntry typeLookupEntry;
|
BfTypeLookupEntry typeLookupEntry;
|
||||||
typeLookupEntry.mName = findName;
|
typeLookupEntry.mName = findName;
|
||||||
typeLookupEntry.mNumGenericParams = numGenericArgs;
|
typeLookupEntry.mNumGenericParams = numGenericArgs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue