From 4730582d5d6fb58f3d64fef0cf7f0d8c69990007 Mon Sep 17 00:00:00 2001 From: Valentin Clement Date: Tue, 8 Mar 2022 06:51:10 +0100 Subject: [PATCH] [flang] Remove unused variable in Allocatable.cpp Fix for buildbot failure: https://lab.llvm.org/buildbot/#/builders/180/builds/3532 --- flang/lib/Lower/Allocatable.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/flang/lib/Lower/Allocatable.cpp b/flang/lib/Lower/Allocatable.cpp index b852c24..862d29e 100644 --- a/flang/lib/Lower/Allocatable.cpp +++ b/flang/lib/Lower/Allocatable.cpp @@ -303,7 +303,6 @@ private: void lowerAllocation(const Allocation &alloc) { fir::MutableBoxValue boxAddr = genMutableBoxValue(converter, loc, alloc.getAllocObj()); - mlir::Value backupBox; if (sourceExpr) { genSourceAllocation(alloc, boxAddr); -- 2.7.4