Skip to content

Commit 01a056f

Browse files
committed
avoid compiler warning
1 parent d3683d5 commit 01a056f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/lib/Lower/OpenMP/Utils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,6 @@ int64_t collectLoopRelatedInfo(
652652
mlir::omp::LoopRelatedClauseOps &result,
653653
llvm::SmallVectorImpl<const semantics::Symbol *> &iv) {
654654
int64_t numCollapse = 1;
655-
fir::FirOpBuilder &firOpBuilder = converter.getFirOpBuilder();
656655

657656
// Collect the loops to collapse.
658657
lower::pft::Evaluation *doConstructEval = &eval.getFirstNestedEvaluation();

0 commit comments

Comments
 (0)