diff options
author | Brad King <brad.king@kitware.com> | 2001-05-10 11:18:52 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-05-10 11:18:52 -0400 |
commit | 68ac32e60ad21511ef4c7713ea16541dac8eda0a (patch) | |
tree | 140102c9678147ab2ba9adeb7456fd4d00878dc8 /Source/cmFindProgramCommand.cxx | |
parent | 332b9b79cd3eb7f439522b0fd4ebc6191a77f4a2 (diff) | |
download | cmake-68ac32e60ad21511ef4c7713ea16541dac8eda0a.tar.gz |
ERR: Removed unused variable
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; |