mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 22:34:09 +02:00
Removed problematic temporary code
This commit is contained in:
parent
59f074ba83
commit
06ac941471
1 changed files with 0 additions and 5 deletions
|
@ -19213,11 +19213,6 @@ BfTypedValue BfExprEvaluator::GetResult(bool clearResult, bool resolveGenericTyp
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mModule->mCurMethodInstance->mIsForeignMethodDef)
|
|
||||||
{
|
|
||||||
NOP;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!handled)
|
if (!handled)
|
||||||
{
|
{
|
||||||
SetAndRestoreValue<BfFunctionBindResult*> prevFunctionBindResult(mFunctionBindResult, NULL);
|
SetAndRestoreValue<BfFunctionBindResult*> prevFunctionBindResult(mFunctionBindResult, NULL);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue