mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
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:
@@ -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"]),
|
||||
|
||||
Reference in New Issue
Block a user