Merge pull request #10849 from ethereum/fixMergeConflict

Fix merge conflict.
This commit is contained in:
chriseth 2021-01-26 15:14:08 +01:00 committed by GitHub
commit 2f2d2224b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2454,7 +2454,6 @@ void IRGeneratorForStatements::appendExternalFunctionCall(
templ("retVars", retVars);
solAssert(retVars.empty() == returnInfo.returnTypes.empty(), "");
templ("roundUp", m_utils.roundUpFunction());
templ("abiDecode", m_context.abiFunctions().tupleDecoder(returnInfo.returnTypes, true));
templ("dynamicReturnSize", returnInfo.dynamicReturnSize);