Skip to content

Commit 5549619

Browse files
committed
[IRGen] Remove an unused DenseMap
1 parent 603ca95 commit 5549619

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/IRGen/IRGenModule.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,6 @@ class IRGenModule {
10451045
llvm::StringMap<llvm::Constant*> GlobalUTF16Strings;
10461046
llvm::StringMap<std::pair<llvm::GlobalVariable*, llvm::Constant*>>
10471047
StringsForTypeRef;
1048-
llvm::DenseMap<CanType, llvm::GlobalVariable*> TypeRefs;
10491048
llvm::StringMap<std::pair<llvm::GlobalVariable*, llvm::Constant*>> FieldNames;
10501049
llvm::StringMap<llvm::Constant*> ObjCSelectorRefs;
10511050
llvm::StringMap<llvm::Constant*> ObjCMethodNames;

0 commit comments

Comments
 (0)