diff options
-rw-r--r-- | Source/cmFindBase.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmFindBase.cxx b/Source/cmFindBase.cxx index b90f204..f12c8db 100644 --- a/Source/cmFindBase.cxx +++ b/Source/cmFindBase.cxx @@ -134,9 +134,7 @@ bool cmFindBase::ParseArguments(std::vector<std::string> const& argsIn) this->AlreadyInCache = false; std::vector<std::string> userPaths; std::string doc; - bool foundName = false; bool doingNames = false; - bool foundPaths = false; bool doingPaths = false; bool doingPathSuf = false; bool newStyle = false; |