Skip to content

Commit 8bdffb9

Browse files
authored
Merge pull request #2934 from practicalswift/remove-addObjCClassRecord
2 parents eeff0e6 + f7deb79 commit 8bdffb9

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)