From 6639717de8365e50983b057cdc3396d77d1374c1 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 13 Jun 2023 00:24:46 -0700 Subject: [PATCH] [Driver] Remove unused declaration addTranslatorArgs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The declaration was added without a use by: commit 49682f14bf3fb8db5e2721d9896b27bb4c2bd635 Author: Henry Linjamäki Date: Wed Nov 17 11:23:49 2021 +0300 --- clang/lib/Driver/ToolChains/SPIRV.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/clang/lib/Driver/ToolChains/SPIRV.h b/clang/lib/Driver/ToolChains/SPIRV.h index bb2904f..3cd613d 100644 --- a/clang/lib/Driver/ToolChains/SPIRV.h +++ b/clang/lib/Driver/ToolChains/SPIRV.h @@ -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, -- 2.7.4