Skip to content

Commit fc4489b

Browse files
committed
Clean out some inadvertent comments
1 parent 23b7e9f commit fc4489b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/lib/Driver/Driver.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8041,14 +8041,10 @@ Action *Driver::BuildOffloadingActions(Compilation &C,
80418041
assert(TC && "Unknown toolchain");
80428042
if (isa<PreprocessJobAction>(A)) {
80438043
PackagerActions.push_back(OA);
8044-
// DDep.add(*A, *TC, BoundArch, Action::OFK_SYCL);
8045-
// Action *AA = C.MakeAction<OffloadAction>(DDep,
8046-
// types::TY_PP_CXX);
80478044
A->setCannotBeCollapsedWithNextDependentAction();
80488045
Action *CompileAction =
80498046
C.MakeAction<CompileJobAction>(A, types::TY_Nothing);
80508047
DDeps.add(*CompileAction, *TC, BoundArch, Action::OFK_SYCL);
8051-
// PackagerActions.push_back(AA);
80528048
}
80538049
});
80548050
}

0 commit comments

Comments
 (0)