Skip to content

Commit

Permalink
[Clang] Remove unused TC variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuber6 committed Oct 12, 2024
1 parent 3acb0e9 commit 6a6af02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/lib/Driver/ToolChains/HIPUtility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ void HIP::constructHIPFatbinCommand(Compilation &C, const JobAction &JA,
void HIP::constructGenerateObjFileFromHIPFatBinary(
Compilation &C, const InputInfo &Output, const InputInfoList &Inputs,
const ArgList &Args, const JobAction &JA, const Tool &T) {
const ToolChain &TC = T.getToolChain();
std::string Name = std::string(llvm::sys::path::stem(Output.getFilename()));

// Create Temp Object File Generator,
Expand Down

0 comments on commit 6a6af02

Please sign in to comment.