Remove unused _SwiftSyntaxMacros library (#4802)

This one was actually renamed to not have the underscore but it's not
used so we might as well drop it.
This commit is contained in:
Keith Smiley
2023-03-07 09:54:46 -08:00
committed by GitHub
parent 228d53787b
commit 084ad9dfd4
-12
View File
@@ -89,18 +89,6 @@ swift_library(
],
)
swift_library(
name = "_SwiftSyntaxMacros",
srcs = glob(["Sources/_SwiftSyntaxMacros/**/*.swift"]),
module_name = "_SwiftSyntaxMacros",
deps = [
":SwiftDiagnostics",
":SwiftParser",
":SwiftSyntax",
":SwiftSyntaxBuilder",
],
)
swift_library(
name = "IDEUtils",
srcs = glob(["Sources/IDEUtils/**/*.swift"]),