diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2021-01-22 15:38:19 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2021-01-27 13:45:45 (GMT) |
commit | b3b6ede6a1e04d43c95eb816e6b710b63adc84b3 (patch) | |
tree | d393e0fc6d8593305a7521ce5a065b63150703e4 /Source/cmGeneratorExpressionEvaluationFile.h | |
parent | cdfc4e31953274be9b745614b4b7620d365a7b5e (diff) | |
download | CMake-b3b6ede6a1e04d43c95eb816e6b710b63adc84b3.zip CMake-b3b6ede6a1e04d43c95eb816e6b710b63adc84b3.tar.gz CMake-b3b6ede6a1e04d43c95eb816e6b710b63adc84b3.tar.bz2 |
clang-tidy: fix `readability-redundant-access-specifiers` warnings
Diffstat (limited to 'Source/cmGeneratorExpressionEvaluationFile.h')
-rw-r--r-- | Source/cmGeneratorExpressionEvaluationFile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGeneratorExpressionEvaluationFile.h b/Source/cmGeneratorExpressionEvaluationFile.h index 5ad5e23..9a870ac 100644 --- a/Source/cmGeneratorExpressionEvaluationFile.h +++ b/Source/cmGeneratorExpressionEvaluationFile.h @@ -52,7 +52,6 @@ private: std::string FixRelativePath(std::string const& filePath, PathRole role, cmLocalGenerator* lg); -private: const std::string Input; const std::string Target; const std::unique_ptr<cmCompiledGeneratorExpression> OutputFileExpr; |