mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[CodeCompletion/SourceKit] Consolidate some chunk kinds
Consolidate ThrowsKeyword, RethrowsKeyword, and AsyncKeyword to EffectsSpecifierKeyword. Abolish 'key.throwsoffset' and 'key.throwslength' as they aren't used.
This commit is contained in:
@@ -83,8 +83,6 @@ UID_KEYS = [
|
||||
KEY('NameLength', 'key.namelength'),
|
||||
KEY('BodyOffset', 'key.bodyoffset'),
|
||||
KEY('BodyLength', 'key.bodylength'),
|
||||
KEY('ThrowOffset', 'key.throwoffset'),
|
||||
KEY('ThrowLength', 'key.throwlength'),
|
||||
KEY('DocOffset', 'key.docoffset'),
|
||||
KEY('DocLength', 'key.doclength'),
|
||||
KEY('IsLocal', 'key.is_local'),
|
||||
|
||||
Reference in New Issue
Block a user