AST: Remove AvailableAttr::getPlatform().

I can't believe it's really happening.
This commit is contained in:
Allan Shortlidge
2025-01-10 18:31:57 -08:00
parent 51aaacceb7
commit c0e01dcfee
2 changed files with 1 additions and 4 deletions

View File

@@ -3078,7 +3078,7 @@ class Serializer::DeclSerializer : public DeclVisitor<DeclSerializer> {
LIST_VER_TUPLE_PIECES(Introduced),
LIST_VER_TUPLE_PIECES(Deprecated),
LIST_VER_TUPLE_PIECES(Obsoleted),
static_cast<unsigned>(theAttr->getPlatform()),
static_cast<unsigned>(domain->getPlatformKind()),
theAttr->Message.size(),
theAttr->Rename.size(),
blob);