mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[AST] Eliminate 'SYNTAX_KIND' from MagicIdentifierKinds.def
Nothing is using it.
This commit is contained in:
@@ -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"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user