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

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


Hi,

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.

Please review the patch.

--
Simon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: get-prg-path.patch
Type: application/octet-stream
Size: 3677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121003/85be1a39/attachment.obj>


More information about the cfe-commits mailing list