ENH: remove warning

This commit is contained in:
Bill Hoffman 2006-03-02 20:11:01 -05:00
parent 0db4cb0d96
commit 8aa178639c

View File

@ -134,9 +134,7 @@ bool cmFindBase::ParseArguments(std::vector<std::string> const& argsIn)
this->AlreadyInCache = false; this->AlreadyInCache = false;
std::vector<std::string> userPaths; std::vector<std::string> userPaths;
std::string doc; std::string doc;
bool foundName = false;
bool doingNames = false; bool doingNames = false;
bool foundPaths = false;
bool doingPaths = false; bool doingPaths = false;
bool doingPathSuf = false; bool doingPathSuf = false;
bool newStyle = false; bool newStyle = false;