Skip to content

Commit bc0d73b

Browse files
author
Matthew Gretton-Dann
committed
C++: Remove unique diagniostic key on diagnostic_for.
1 parent 9995c12 commit bc0d73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmlecode.cpp.dbscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ compilation_time(
105105
*/
106106
#keyset[compilation, file_number, file_number_diagnostic_number]
107107
diagnostic_for(
108-
unique int diagnostic : @diagnostic ref,
108+
int diagnostic : @diagnostic ref,
109109
int compilation : @compilation ref,
110110
int file_number : int ref,
111111
int file_number_diagnostic_number : int ref

0 commit comments

Comments
 (0)