diff options
Diffstat (limited to 'Source/cmFindProgramCommand.cxx')
-rw-r--r-- | Source/cmFindProgramCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmFindProgramCommand.cxx b/Source/cmFindProgramCommand.cxx index cb234f9c07..2dcaf14eac 100644 --- a/Source/cmFindProgramCommand.cxx +++ b/Source/cmFindProgramCommand.cxx @@ -67,7 +67,6 @@ bool cmFindProgramCommand::Invoke(std::vector<std::string>& args) } std::vector<std::string> path; std::vector<std::string> names; - bool namePathStyle = false; bool foundName = false; bool foundPath = false; bool doingNames = true; |