File tree Expand file tree Collapse file tree 2 files changed +0
-196
lines changed Expand file tree Collapse file tree 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 {
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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments