diff options
author | Sylvain Joubert <joubert.sy@gmail.com> | 2020-03-06 14:50:28 (GMT) |
---|---|---|
committer | Sylvain Joubert <joubert.sy@gmail.com> | 2020-03-06 15:07:18 (GMT) |
commit | cc070e66cd9bd0d4e0ce56ad9dd307dbb854e61f (patch) | |
tree | eeaba0b2b7eb2f0801981ae5c31e534c59581903 /Source/cmFindBase.cxx | |
parent | 41162cbb81401c42578ca794ad6fd01aebc109c5 (diff) | |
download | CMake-cc070e66cd9bd0d4e0ce56ad9dd307dbb854e61f.zip CMake-cc070e66cd9bd0d4e0ce56ad9dd307dbb854e61f.tar.gz CMake-cc070e66cd9bd0d4e0ce56ad9dd307dbb854e61f.tar.bz2 |
cmFindBase: Use in-class member initialization
Diffstat (limited to 'Source/cmFindBase.cxx')
-rw-r--r-- | Source/cmFindBase.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmFindBase.cxx b/Source/cmFindBase.cxx index bec99bb..a1feeee 100644 --- a/Source/cmFindBase.cxx +++ b/Source/cmFindBase.cxx @@ -22,10 +22,6 @@ class cmExecutionStatus; cmFindBase::cmFindBase(cmExecutionStatus& status) : cmFindCommon(status) { - this->AlreadyInCache = false; - this->AlreadyInCacheWithoutMetaInfo = false; - this->NamesPerDir = false; - this->NamesPerDirAllowed = false; } bool cmFindBase::ParseArguments(std::vector<std::string> const& argsIn) |