No longer create redundant numlines relation

This commit is contained in:
Tom Hvitved
2021-09-16 11:43:13 +02:00
parent d3a1d0a62a
commit fd04baa9fe
2 changed files with 0 additions and 55 deletions

View File

@@ -12,15 +12,6 @@ locations_default(
int end_column: int ref
);
@sourceline = @file
numlines(
int element_id: @sourceline ref,
int num_lines: int ref,
int num_code: int ref,
int num_comment: int ref
);
files(
unique int id: @file,
string name: string ref