Skip to content

Commit

Permalink
[Driver] Remove unused declaration addTranslatorArgs
Browse files Browse the repository at this point in the history
The declaration was added without a use by:

  commit 49682f1
  Author: Henry Linjamäki <henry.linjamaki@parmance.com>
  Date:   Wed Nov 17 11:23:49 2021 +0300
  • Loading branch information
kazutakahirata committed Jun 13, 2023
1 parent 249bd21 commit 6639717
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clang/lib/Driver/ToolChains/SPIRV.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ namespace driver {
namespace tools {
namespace SPIRV {

void addTranslatorArgs(const llvm::opt::ArgList &InArgs,
llvm::opt::ArgStringList &OutArgs);

void constructTranslateCommand(Compilation &C, const Tool &T,
const JobAction &JA, const InputInfo &Output,
const InputInfo &Input,
Expand Down

0 comments on commit 6639717

Please sign in to comment.