From: Craig Topper Date: Fri, 14 Mar 2014 06:06:19 +0000 (+0000) Subject: De-virtualize a method that doesn't override anything and has no overrides itself. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5e1b67b8521dcc11413a4af786d32c46762c7e0;p=clang De-virtualize a method that doesn't override anything and has no overrides itself. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203895 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/Tools.h b/lib/Driver/Tools.h index 71b3bf512d..069acdcf75 100644 --- a/lib/Driver/Tools.h +++ b/lib/Driver/Tools.h @@ -172,8 +172,8 @@ namespace hexagon { bool hasIntegratedCPP() const override { return false; } - virtual void RenderExtraToolArgs(const JobAction &JA, - llvm::opt::ArgStringList &CmdArgs) const; + void RenderExtraToolArgs(const JobAction &JA, + llvm::opt::ArgStringList &CmdArgs) const; void ConstructJob(Compilation &C, const JobAction &JA, const InputInfo &Output, const InputInfoList &Inputs, const llvm::opt::ArgList &TCArgs,