Skip to content

Commit 9a34c68

Browse files
authored
Merge pull request swiftlang#74716 from tbkka/tbkka-mpe-descriptor-deorbit
Do not require overriding this method
2 parents 4993f4b + da5d639 commit 9a34c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/RemoteInspection/DescriptorFinder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ struct DescriptorFinder {
126126
getFieldDescriptor(const TypeRef *TR) = 0;
127127

128128
virtual std::unique_ptr<MultiPayloadEnumDescriptorBase>
129-
getMultiPayloadEnumDescriptor(const TypeRef *TR) = 0;
129+
getMultiPayloadEnumDescriptor(const TypeRef *TR) { abort(); };
130130
};
131131

132132
} // namespace reflection

0 commit comments

Comments
 (0)