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

Removed problematic temporary code

This commit is contained in:
Brian Fiete 2023-01-26 10:54:34 -05:00
parent 59f074ba83
commit 06ac941471

View file

@ -19213,11 +19213,6 @@ BfTypedValue BfExprEvaluator::GetResult(bool clearResult, bool resolveGenericTyp
}
}
if (mModule->mCurMethodInstance->mIsForeignMethodDef)
{
NOP;
}
if (!handled)
{
SetAndRestoreValue<BfFunctionBindResult*> prevFunctionBindResult(mFunctionBindResult, NULL);