[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:
Rintaro Ishizaki
2020-12-14 12:25:30 -08:00
parent 5a7af5c673
commit 4286c44e72
10 changed files with 14 additions and 42 deletions

View File

@@ -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'),