瀏覽代碼

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

Ben Boeckel 2 年之前
父節點
當前提交
bcada09e45
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      Source/cmGlobalVisualStudioGenerator.h
  2. 0 1
      Source/cmVisualStudio10TargetGenerator.h

+ 0 - 1
Source/cmGlobalVisualStudioGenerator.h

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

+ 0 - 1
Source/cmVisualStudio10TargetGenerator.h

@@ -203,7 +203,6 @@ private:
   void WriteStdOutEncodingUtf8(Elem& e1);
   void UpdateCache();
 
-private:
   friend class cmVS10GeneratorOptions;
   using Options = cmVS10GeneratorOptions;
   using OptionsMap = std::map<std::string, std::unique_ptr<Options>>;