From b3b6ede6a1e04d43c95eb816e6b710b63adc84b3 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 22 Jan 2021 10:38:19 -0500 Subject: clang-tidy: fix `readability-redundant-access-specifiers` warnings --- Source/cmExtraCodeLiteGenerator.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/cmExtraCodeLiteGenerator.h') diff --git a/Source/cmExtraCodeLiteGenerator.h b/Source/cmExtraCodeLiteGenerator.h index 2478585b69..2bb1c04390 100644 --- a/Source/cmExtraCodeLiteGenerator.h +++ b/Source/cmExtraCodeLiteGenerator.h @@ -24,7 +24,6 @@ protected: std::string WorkspacePath; unsigned int CpuCount = 2; -protected: std::string GetCodeLiteCompilerName(const cmMakefile* mf) const; std::string GetConfigurationName(const cmMakefile* mf) const; std::string GetBuildCommand(const cmMakefile* mf, -- cgit v1.2.1