From 9df517f66891fbe57f58e34620efd6c415012377 Mon Sep 17 00:00:00 2001 From: Elijah Semyonov Date: Sun, 13 Oct 2024 22:20:45 +0900 Subject: [PATCH] Remove `Nil.swift` and `nil` from plugin and some axillary code --- Plugins/CodeGeneratorPlugin/plugin.swift | 1 - Sources/SwiftGodotMacroLibrary/MacroSharedApi.swift | 1 - 2 files changed, 2 deletions(-) diff --git a/Plugins/CodeGeneratorPlugin/plugin.swift b/Plugins/CodeGeneratorPlugin/plugin.swift index c861dac79..eb9b661c8 100644 --- a/Plugins/CodeGeneratorPlugin/plugin.swift +++ b/Plugins/CodeGeneratorPlugin/plugin.swift @@ -58,7 +58,6 @@ let knownBuiltin = [ "Callable.swift", "Color.swift", "Dictionary.swift", - "Nil.swift", "NodePath.swift", "PackedByteArray.swift", "PackedColorArray.swift", diff --git a/Sources/SwiftGodotMacroLibrary/MacroSharedApi.swift b/Sources/SwiftGodotMacroLibrary/MacroSharedApi.swift index 471648d62..f2401ea41 100644 --- a/Sources/SwiftGodotMacroLibrary/MacroSharedApi.swift +++ b/Sources/SwiftGodotMacroLibrary/MacroSharedApi.swift @@ -181,7 +181,6 @@ var godotVariants = [ "Callable": ".callable", "Color": ".color", "GDictionary": ".dictionary", - "Nil": ".nil", "NodePath": ".nodePath", "PackedByteArray": ".packedByteArray", "PackedColorArray": ".packedColorArray",