Skip to content

Commit c5569cf

Browse files
committed
Java: Remove long-deprecated 'kind' from typeVars
1 parent 6968d7c commit c5569cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/ql/lib/config/semmlecode.dbscheme

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@ typeVars(
485485
unique int id: @typevariable,
486486
string nodeName: string ref,
487487
int pos: int ref,
488-
int kind: int ref, // deprecated
489488
int parentid: @classorinterfaceorcallable ref
490489
);
491490

0 commit comments

Comments
 (0)