Skip to content

Commit

Permalink
Remove SyntacticMacroExpansion SourceKitD request again
Browse files Browse the repository at this point in the history
This turned out not to be needed, see 237cbeb and 03e2c1b.
  • Loading branch information
fwcd committed Oct 13, 2023
1 parent 0a2492b commit b103c49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 196 deletions.
2 changes: 0 additions & 2 deletions Sources/SourceKitD/sourcekitd_uids.swift
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ public struct sourcekitd_requests {
public let variable_type: sourcekitd_uid_t
public let relatedidents: sourcekitd_uid_t
public let semantic_refactoring: sourcekitd_uid_t
public let syntactic_macro_expansion: sourcekitd_uid_t

public init(api: sourcekitd_functions_t) {
crash_exit = api.uid_get_from_cstr("source.request.crash_exit")!
Expand All @@ -206,7 +205,6 @@ public struct sourcekitd_requests {
variable_type = api.uid_get_from_cstr("source.request.variable.type")!
relatedidents = api.uid_get_from_cstr("source.request.relatedidents")!
semantic_refactoring = api.uid_get_from_cstr("source.request.semantic.refactoring")!
syntactic_macro_expansion = api.uid_get_from_cstr("source.request.syntactic_macro_expansion")!
}
}

Expand Down
194 changes: 0 additions & 194 deletions Sources/SourceKitLSP/Swift/SyntacticMacroExpansion.swift

This file was deleted.

0 comments on commit b103c49

Please sign in to comment.