Skip to content

Commit 7228864

Browse files
committed
[IRGen] Remove unused field from LazyOpaqueInfo
Addresses rdar://problem/50376440.
1 parent 344fe76 commit 7228864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/IRGenModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ class IRGenerator {
242242
/// Field metadata records that have already been lazily emitted, or are
243243
/// queued up.
244244
llvm::SmallPtrSet<NominalTypeDecl *, 4> LazilyEmittedFieldMetadata;
245+
245246
struct LazyOpaqueInfo {
246-
bool IsLazy = false;
247247
bool IsDescriptorUsed = false;
248248
bool IsDescriptorEmitted = false;
249249
};

0 commit comments

Comments
 (0)