Skip to content

Commit 6a6af02

Browse files
committed
[Clang] Remove unused TC variable
1 parent 3acb0e9 commit 6a6af02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Driver/ToolChains/HIPUtility.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ void HIP::constructHIPFatbinCommand(Compilation &C, const JobAction &JA,
340340
void HIP::constructGenerateObjFileFromHIPFatBinary(
341341
Compilation &C, const InputInfo &Output, const InputInfoList &Inputs,
342342
const ArgList &Args, const JobAction &JA, const Tool &T) {
343-
const ToolChain &TC = T.getToolChain();
344343
std::string Name = std::string(llvm::sys::path::stem(Output.getFilename()));
345344

346345
// Create Temp Object File Generator,

0 commit comments

Comments
 (0)