Skip to content

Commit f7deb79

Browse files
[gardening] Remove addObjCClassRecord()
The last in-repo usage was removed in 97fd1a7
1 parent 3a7a449 commit f7deb79

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/IRGen/GenReflection.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,6 @@ class FieldTypeMetadataBuilder : public ReflectionMetadataBuilder {
315315
}
316316
}
317317

318-
void addObjCClassRecord() {
319-
addConstantInt16(uint16_t(FieldDescriptorKind::ObjCClass));
320-
addConstantInt16(0);
321-
addConstantInt32(0);
322-
}
323-
324318
void layout() {
325319
using swift::reflection::FieldDescriptorKind;
326320

0 commit comments

Comments
 (0)