Skip to content

Commit b103c49

Browse files
committed
Remove SyntacticMacroExpansion SourceKitD request again
This turned out not to be needed, see 237cbeb and 03e2c1b.
1 parent 0a2492b commit b103c49

File tree

2 files changed

+0
-196
lines changed

2 files changed

+0
-196
lines changed

Sources/SourceKitD/sourcekitd_uids.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ public struct sourcekitd_requests {
187187
public let variable_type: sourcekitd_uid_t
188188
public let relatedidents: sourcekitd_uid_t
189189
public let semantic_refactoring: sourcekitd_uid_t
190-
public let syntactic_macro_expansion: sourcekitd_uid_t
191190

192191
public init(api: sourcekitd_functions_t) {
193192
crash_exit = api.uid_get_from_cstr("source.request.crash_exit")!
@@ -206,7 +205,6 @@ public struct sourcekitd_requests {
206205
variable_type = api.uid_get_from_cstr("source.request.variable.type")!
207206
relatedidents = api.uid_get_from_cstr("source.request.relatedidents")!
208207
semantic_refactoring = api.uid_get_from_cstr("source.request.semantic.refactoring")!
209-
syntactic_macro_expansion = api.uid_get_from_cstr("source.request.syntactic_macro_expansion")!
210208
}
211209
}
212210

Sources/SourceKitLSP/Swift/SyntacticMacroExpansion.swift

Lines changed: 0 additions & 194 deletions
This file was deleted.

0 commit comments

Comments
 (0)