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

Removed test

This commit is contained in:
Brian Fiete 2020-08-11 09:48:38 -07:00
parent c12aea02be
commit fbe9a906e4

View file

@ -15240,12 +15240,7 @@ bool BfExprEvaluator::CheckIsBase(BfAstNode* checkNode)
}
bool BfExprEvaluator::CheckModifyResult(BfTypedValue typedVal, BfAstNode* refNode, const char* modifyType, bool onlyNeedsMut)
{
if (mModule->mCurMethodInstance->mIdHash == 0x1C000003A3)
{
NOP;
}
{
BfLocalVariable* localVar = NULL;
bool isCapturedLocal = false;
if (mResultLocalVar != NULL)