Remove useless parameter "WantFile" from Driver::GetProgramPath().
authorSimon Atanasyan <satanasyan@mips.com>
Wed, 3 Oct 2012 19:52:37 +0000 (19:52 +0000)
committerSimon Atanasyan <satanasyan@mips.com>
Wed, 3 Oct 2012 19:52:37 +0000 (19:52 +0000)
commitfc44e88cbdf013d285f2e4e3962fb80dcad56770
treef3d1dafc63987d9cf776d84be305a54b738b4f83
parent2fc107f5652a526d9c2972dc3b386e5d86769e44
Remove useless parameter "WantFile" from Driver::GetProgramPath().
This parameter is useless because nowhere used explicitly and always
gets its default value - "false".

The patch reviewed by Rafael Espindola.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165149 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Driver.h
include/clang/Driver/ToolChain.h
lib/Driver/Driver.cpp
lib/Driver/ToolChain.cpp