Fix merge conflict.

This commit is contained in:
chriseth 2021-01-26 13:53:22 +01:00
parent c35fdda2ec
commit e9dc9c5baf

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