clang-tidy: fix readability-redundant-access-specifiers lints

This commit is contained in:
Ben Boeckel
2022-11-22 13:48:49 -05:00
parent 860adec528
commit bcada09e45
2 changed files with 0 additions and 2 deletions

View File

@@ -193,7 +193,6 @@ protected:
using UtilityDependsMap = std::map<cmGeneratorTarget const*, std::string>;
UtilityDependsMap UtilityDepends;
protected:
VSVersion Version;
bool ExpressEdition;