Java: Remove long-deprecated 'kind' from typeVars

This commit is contained in:
Ian Lynagh
2024-09-12 15:43:20 +01:00
parent 6968d7c17c
commit c5569cf5ad

View File

@@ -485,7 +485,6 @@ typeVars(
unique int id: @typevariable,
string nodeName: string ref,
int pos: int ref,
int kind: int ref, // deprecated
int parentid: @classorinterfaceorcallable ref
);