Skip to content

Commit 11c7a0c

Browse files
authored
[NFC][flang] Remove unused variable from privatizeSymbol (#141938)
1 parent cb647ec commit 11c7a0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/lib/Lower/Support/Utils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,6 @@ void privatizeSymbol(
656656
: converter.lookupOneLevelUpSymbol(*sym);
657657
assert(hsb && "Host symbol box not found");
658658
hlfir::Entity entity{hsb.getAddr()};
659-
bool cannotHaveNonDefaultLowerBounds = !entity.mayHaveNonDefaultLowerBounds();
660659

661660
mlir::Location symLoc = hsb.getAddr().getLoc();
662661
std::string privatizerName = sym->name().ToString() + ".privatizer";

0 commit comments

Comments
 (0)