[flang] Remove unused variable in Allocatable.cpp

Fix for buildbot failure: https://lab.llvm.org/buildbot/#/builders/180/builds/3532
This commit is contained in:
Valentin Clement 2022-03-08 06:51:10 +01:00
parent 5b4acb20ff
commit 4730582d5d
No known key found for this signature in database
GPG key ID: 086D54783C928776

View file

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