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
@@ -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);