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:
parent
228d53787b
commit
084ad9dfd4
|
@ -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(
|
swift_library(
|
||||||
name = "IDEUtils",
|
name = "IDEUtils",
|
||||||
srcs = glob(["Sources/IDEUtils/**/*.swift"]),
|
srcs = glob(["Sources/IDEUtils/**/*.swift"]),
|
||||||
|
|
Loading…
Reference in New Issue