diff --git a/libsolidity/codegen/ir/IRGeneratorForStatements.cpp b/libsolidity/codegen/ir/IRGeneratorForStatements.cpp index 01139a231..489269a63 100644 --- a/libsolidity/codegen/ir/IRGeneratorForStatements.cpp +++ b/libsolidity/codegen/ir/IRGeneratorForStatements.cpp @@ -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);