mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +02:00
Removed debug nop
This commit is contained in:
parent
95ef992ec4
commit
09729872e9
1 changed files with 0 additions and 5 deletions
|
@ -7072,11 +7072,6 @@ BfTypedValue BfExprEvaluator::MatchMethod(BfAstNode* targetSrc, BfMethodBoundExp
|
||||||
else
|
else
|
||||||
MakeBaseConcrete(target);
|
MakeBaseConcrete(target);
|
||||||
|
|
||||||
if ((moduleMethodInstance.mMethodInstance->mMethodDef->mName == "GetVal") && (targetTypeInst != NULL) && (mModule->mCurTypeInstance->mTypeDef->mName->ToString() == "ClassD"))
|
|
||||||
{
|
|
||||||
NOP;
|
|
||||||
}
|
|
||||||
|
|
||||||
BfTypedValue callTarget;
|
BfTypedValue callTarget;
|
||||||
if (isSkipCall)
|
if (isSkipCall)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue