[cfe-commits] [PATCH] Remove useless parameter from Driver::GetProgramPath()

Simon Atanasyan satanasyan at mips.com
Wed Oct 3 12:56:10 PDT 2012


Thanks for your review. Yes, I have write access. The patch committed
at r165149.
http://llvm.org/viewvc/llvm-project?rev=165149&view=rev

On Wed, Oct 3, 2012 at 11:49 PM, Rafael EspĂ­ndola
<rafael.espindola at gmail.com> wrote:
> LGTM. Do you have write access?
>
> On 3 October 2012 15:10, Simon Atanasyan <satanasyan at mips.com> wrote:
>> Driver::GetProgramPath() member function has default parameter
>> "WantFile". This parameter is useless because nowhere used explicitly
>> and always gets its default value - "false". The attached patch
>> removes this parameter.

--
Simon




More information about the cfe-commits mailing list