diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-03 01:11:01 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-03 01:11:01 (GMT) |
commit | 8aa178639c6923a3bef89f70a74c0767ec79f401 (patch) | |
tree | 9fd26f8c38b9cf6a43b451639010267efc820e51 | |
parent | 0db4cb0d967715cee93edb8303b8a5250ba67c51 (diff) | |
download | CMake-8aa178639c6923a3bef89f70a74c0767ec79f401.zip CMake-8aa178639c6923a3bef89f70a74c0767ec79f401.tar.gz CMake-8aa178639c6923a3bef89f70a74c0767ec79f401.tar.bz2 |
ENH: remove warning
-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; |