summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-05-10 15:18:52 (GMT)
committerBrad King <brad.king@kitware.com>2001-05-10 15:18:52 (GMT)
commit68ac32e60ad21511ef4c7713ea16541dac8eda0a (patch)
tree140102c9678147ab2ba9adeb7456fd4d00878dc8
parent332b9b79cd3eb7f439522b0fd4ebc6191a77f4a2 (diff)
downloadCMake-68ac32e60ad21511ef4c7713ea16541dac8eda0a.zip
CMake-68ac32e60ad21511ef4c7713ea16541dac8eda0a.tar.gz
CMake-68ac32e60ad21511ef4c7713ea16541dac8eda0a.tar.bz2
ERR: Removed unused variable
-rw-r--r--Source/cmFindLibraryCommand.cxx1
-rw-r--r--Source/cmFindProgramCommand.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmFindLibraryCommand.cxx b/Source/cmFindLibraryCommand.cxx
index e60d4ed..d2e6dc0 100644
--- a/Source/cmFindLibraryCommand.cxx
+++ b/Source/cmFindLibraryCommand.cxx
@@ -66,7 +66,6 @@ bool cmFindLibraryCommand::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;
diff --git a/Source/cmFindProgramCommand.cxx b/Source/cmFindProgramCommand.cxx
index cb234f9..2dcaf14 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;