Skip to content

Commit 927909a

Browse files
Fix botched conflict resolution
1 parent 521cc4a commit 927909a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

flang/lib/Optimizer/OpenMP/MapsForPrivatizedSymbols.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ class MapsForPrivatizedSymbolsPass
113113
for (auto mapInfoOp : mapInfoOps)
114114
addMapInfoOp(targetOp, mapInfoOp);
115115
}
116-
void addMapInfoOps(omp::TargetOp targetOp,
117-
llvm::SmallVectorImpl<omp::MapInfoOp> &mapInfoOps) {
118-
for (auto mapInfoOp : mapInfoOps)
119-
addMapInfoOp(targetOp, mapInfoOp);
120-
}
121116
void runOnOperation() override {
122117
ModuleOp module = getOperation()->getParentOfType<ModuleOp>();
123118
fir::KindMapping kindMap = fir::getKindMapping(module);

0 commit comments

Comments
 (0)