Skip to content

Commit 768e152

Browse files
committed
C++: drop uniqueness of id in derived types
1 parent a885e61 commit 768e152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/lib/semmlecode.cpp.dbscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ case @derivedtype.kind of
720720
;
721721

722722
derivedtypes(
723-
unique int id: @derivedtype,
723+
int id: @derivedtype,
724724
string name: string ref,
725725
int kind: int ref,
726726
int type_id: @type ref

0 commit comments

Comments
 (0)