File tree 2 files changed +0
-196
lines changed
2 files changed +0
-196
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,6 @@ public struct sourcekitd_requests {
187
187
public let variable_type : sourcekitd_uid_t
188
188
public let relatedidents : sourcekitd_uid_t
189
189
public let semantic_refactoring : sourcekitd_uid_t
190
- public let syntactic_macro_expansion : sourcekitd_uid_t
191
190
192
191
public init ( api: sourcekitd_functions_t ) {
193
192
crash_exit = api. uid_get_from_cstr ( " source.request.crash_exit " ) !
@@ -206,7 +205,6 @@ public struct sourcekitd_requests {
206
205
variable_type = api. uid_get_from_cstr ( " source.request.variable.type " ) !
207
206
relatedidents = api. uid_get_from_cstr ( " source.request.relatedidents " ) !
208
207
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 " ) !
210
208
}
211
209
}
212
210
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments