ERR: Removed unused variable

This commit is contained in:
Brad King 2001-05-10 11:18:52 -04:00
parent 332b9b79cd
commit 68ac32e60a
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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;