Skip to content

Commit 8fb8c64

Browse files
committed
Remove debugging comment
1 parent 46da32a commit 8fb8c64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/lib/Lower/OpenMP/PrivateReductionUtils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,6 @@ void PopulateInitAndCleanupRegionsHelper::populateByRefInitAndCleanupRegions() {
551551

552552
if (auto boxTy = mlir::dyn_cast_or_null<fir::BaseBoxType>(valTy)) {
553553
builder.setInsertionPointToEnd(initBlock);
554-
// TODO: remove: boxAlloca = allocatedPrivVarArg;
555554

556555
// TODO: don't do this unless it is needed
557556
loadedMoldArg = builder.loadIfRef(loc, moldArg);

0 commit comments

Comments
 (0)