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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

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"]),