Skip to content

Commit 1f16262

Browse files
authored
Merge pull request #79959 from eeckstein/remove-opened-archetype-case
AST: remove the temporary TypeKind::OpenedArchetype enum case
2 parents 9c2800c + 5648a69 commit 1f16262

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/swift/AST/Types.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ enum class TypeKind : uint8_t {
114114
#define TYPE_RANGE(Id, FirstId, LastId) \
115115
First_##Id##Type = FirstId, Last_##Id##Type = LastId,
116116
#include "swift/AST/TypeNodes.def"
117-
// For backward compatibility in LLDB sources.
118-
// TODO: remove this once OpenedArchetype is renamed in LLDB sources.
119-
OpenedArchetype = ExistentialArchetype
120117
};
121118

122119
enum : unsigned {

0 commit comments

Comments
 (0)