Skip to content

Commit ce1c5a4

Browse files
authored
[SYCL] Silence a "local variable is initialized but not referenced" warning; NFC (#3870)
1 parent 9216b49 commit ce1c5a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Driver/Driver.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -4976,7 +4976,6 @@ class OffloadingActionBuilder final {
49764976
return;
49774977

49784978
// Let builders add host linking actions.
4979-
Action* HA = nullptr;
49804979
for (DeviceActionBuilder *SB : SpecializedBuilders) {
49814980
if (!SB->isValid())
49824981
continue;

0 commit comments

Comments
 (0)