Переглянути джерело

Remove superfluous private:, TypeCache is private by default.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244871 91177308-0d34-0410-b5e6-96231b3b80d8
Yaron Keren 10 роки тому
батько
коміт
cb35972279
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      lib/CodeGen/CodeGenTypes.h

+ 0 - 1
lib/CodeGen/CodeGenTypes.h

@@ -158,7 +158,6 @@ class CodeGenTypes {
 
 
   SmallVector<const RecordDecl *, 8> DeferredRecords;
   SmallVector<const RecordDecl *, 8> DeferredRecords;
   
   
-private:
   /// This map keeps cache of llvm::Types and maps clang::Type to
   /// This map keeps cache of llvm::Types and maps clang::Type to
   /// corresponding llvm::Type.
   /// corresponding llvm::Type.
   llvm::DenseMap<const Type *, llvm::Type *> TypeCache;
   llvm::DenseMap<const Type *, llvm::Type *> TypeCache;