Skip to content

Commit 2911a6c

Browse files
committed
JS: remove unused tables
1 parent fef0e1f commit 2911a6c

File tree

2 files changed

+1152
-4477
lines changed

2 files changed

+1152
-4477
lines changed

javascript/ql/lib/semmlecode.javascript.dbscheme

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -44,31 +44,6 @@ numlines(
4444
int num_comment: int ref
4545
);
4646

47-
/*- Duplicate code -*/
48-
49-
duplicateCode(
50-
unique int id : @duplication,
51-
string relativePath : string ref,
52-
int equivClass : int ref
53-
);
54-
55-
similarCode(
56-
unique int id : @similarity,
57-
string relativePath : string ref,
58-
int equivClass : int ref
59-
);
60-
61-
@duplication_or_similarity = @duplication | @similarity
62-
63-
tokens(
64-
int id : @duplication_or_similarity ref,
65-
int offset : int ref,
66-
int beginLine : int ref,
67-
int beginColumn : int ref,
68-
int endLine : int ref,
69-
int endColumn : int ref
70-
);
71-
7247
/*- External data -*/
7348

7449
/**
@@ -83,45 +58,13 @@ externalData(
8358
string value : string ref
8459
);
8560

86-
/*- Snapshot date -*/
87-
88-
snapshotDate(unique date snapshotDate : date ref);
89-
9061
/*- Source location prefix -*/
9162

9263
/**
9364
* The source location of the snapshot.
9465
*/
9566
sourceLocationPrefix(string prefix : string ref);
9667

97-
/*- Version control data -*/
98-
99-
svnentries(
100-
unique int id : @svnentry,
101-
string revision : string ref,
102-
string author : string ref,
103-
date revisionDate : date ref,
104-
int changeSize : int ref
105-
)
106-
107-
svnaffectedfiles(
108-
int id : @svnentry ref,
109-
int file : @file ref,
110-
string action : string ref
111-
)
112-
113-
svnentrymsg(
114-
unique int id : @svnentry ref,
115-
string message : string ref
116-
)
117-
118-
svnchurn(
119-
int commit : @svnentry ref,
120-
int file : @file ref,
121-
int addedLines : int ref,
122-
int deletedLines : int ref
123-
)
124-
12568
/*- JavaScript-specific part -*/
12669

12770
@location = @location_default

0 commit comments

Comments
 (0)