[Driver] Remove unused declaration addTranslatorArgs
authorKazu Hirata <kazu@google.com>
Tue, 13 Jun 2023 07:24:46 +0000 (00:24 -0700)
committerKazu Hirata <kazu@google.com>
Tue, 13 Jun 2023 07:24:46 +0000 (00:24 -0700)
The declaration was added without a use by:

  commit 49682f14bf3fb8db5e2721d9896b27bb4c2bd635
  Author: Henry Linjamäki <henry.linjamaki@parmance.com>
  Date:   Wed Nov 17 11:23:49 2021 +0300

clang/lib/Driver/ToolChains/SPIRV.h

index bb2904f..3cd613d 100644 (file)
@@ -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,