From e9dc9c5baf6d5657d5cafd79c9053b3baae1472f Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 26 Jan 2021 13:53:22 +0100 Subject: [PATCH] Fix merge conflict. --- libsolidity/codegen/ir/IRGeneratorForStatements.cpp | 1 - 1 file changed, 1 deletion(-) 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);