We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb49d4 commit ba6b832Copy full SHA for ba6b832
flang/lib/Optimizer/CodeGen/TargetRewrite.cpp
@@ -845,7 +845,6 @@ class TargetRewrite : public fir::impl::TargetRewritePassBase<TargetRewrite> {
845
for (auto e : llvm::enumerate(
846
specifics->boxcharArgumentType(boxTy.getEleTy()))) {
847
auto &tup = e.value();
848
- auto index = e.index();
849
auto attr = std::get<fir::CodeGenSpecifics::Attributes>(tup);
850
auto argTy = std::get<mlir::Type>(tup);
851
if (attr.isAppend()) {
0 commit comments