Skip to content

Commit 94e9e5e

Browse files
TIFitisgithub-actions[bot]
authored andcommitted
Automerge: Fix build error from #151513.
2 parents d33db05 + a9f9c7d commit 94e9e5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/lib/Lower/OpenMP/ClauseProcessor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,6 @@ bool ClauseProcessor::processEnter(
15221522
llvm::SmallVectorImpl<DeclareTargetCaptureInfo> &result) const {
15231523
return findRepeatableClause<omp::clause::Enter>(
15241524
[&](const omp::clause::Enter &clause, const parser::CharBlock &source) {
1525-
mlir::Location currentLocation = converter.genLocation(source);
15261525
bool automap =
15271526
std::get<std::optional<omp::clause::Enter::Modifier>>(clause.t)
15281527
.has_value();

0 commit comments

Comments
 (0)