Skip to content

Commit a9f9c7d

Browse files
committed
Fix build error from #151513.
1 parent 880d15e commit a9f9c7d

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)