[AST] Eliminate 'SYNTAX_KIND' from MagicIdentifierKinds.def

Nothing is using it.
This commit is contained in:
Rintaro Ishizaki
2025-02-12 23:03:44 -08:00
parent f25104ff24
commit 563ddc47e2
16 changed files with 59 additions and 57 deletions

View File

@@ -639,7 +639,7 @@ namespace {
switch (expr->getKind()) {
// Magic pointer identifiers are of type UnsafeMutableRawPointer.
#define MAGIC_POINTER_IDENTIFIER(NAME, STRING, SYNTAX_KIND) \
#define MAGIC_POINTER_IDENTIFIER(NAME, STRING) \
case MagicIdentifierLiteralExpr::NAME:
#include "swift/AST/MagicIdentifierKinds.def"
{