Skip to content

Commit 28aa398

Browse files
authored
[SYCL][NFC] Remove unused variable (#5422)
1 parent d866c24 commit 28aa398

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Driver/ToolChains/SYCL.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ void SYCL::fpga::BackendCompiler::constructOpenCLAOTCommand(
335335
// will be compiled to an aocx file.
336336
InputInfoList ForeachInputs;
337337
InputInfoList FPGADepFiles;
338-
StringRef CreatedReportName;
339338
ArgStringList CmdArgs{"-device=fpga_fast_emu"};
340339

341340
for (const auto &II : Inputs) {

0 commit comments

Comments
 (0)