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

Removed debug nop

This commit is contained in:
Brian Fiete 2020-05-28 08:47:20 -07:00
parent 95ef992ec4
commit 09729872e9

View file

@ -7072,11 +7072,6 @@ BfTypedValue BfExprEvaluator::MatchMethod(BfAstNode* targetSrc, BfMethodBoundExp
else
MakeBaseConcrete(target);
if ((moduleMethodInstance.mMethodInstance->mMethodDef->mName == "GetVal") && (targetTypeInst != NULL) && (mModule->mCurTypeInstance->mTypeDef->mName->ToString() == "ClassD"))
{
NOP;
}
BfTypedValue callTarget;
if (isSkipCall)
{