Skip to content

Commit edd3cac

Browse files
authored
Fix -Wunused-variable warning (#106)
1 parent 6a03c3f commit edd3cac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/offloader/offloader.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ int run() {
135135
ExitOnErr(D->executeProgram(PipelineDesc));
136136

137137
// check the results
138-
bool TestFail = false;
139138
llvm::Error ResultErr = Error::success();
140139
for (const auto &R : PipelineDesc.Results)
141140
ResultErr = llvm::joinErrors(std::move(ResultErr), verifyResult(R));

0 commit comments

Comments
 (0)