We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7385391 commit e42ccc2Copy full SHA for e42ccc2
2 files changed
cpp/ql/lib/semmlecode.cpp.dbscheme
@@ -144,34 +144,6 @@ externalData(
144
*/
145
sourceLocationPrefix(string prefix : string ref);
146
147
-/*- DEPRECATED: Version control data -*/
148
-
149
-svnentries(
150
- unique int id : @svnentry,
151
- string revision : string ref,
152
- string author : string ref,
153
- date revisionDate : date ref,
154
- int changeSize : int ref
155
-)
156
157
-svnaffectedfiles(
158
- int id : @svnentry ref,
159
- int file : @file ref,
160
- string action : string ref
161
162
163
-svnentrymsg(
164
- unique int id : @svnentry ref,
165
- string message : string ref
166
167
168
-svnchurn(
169
- int commit : @svnentry ref,
170
171
- int addedLines : int ref,
172
- int deletedLines : int ref
173
174
175
/*- Files and folders -*/
176
177
/**
0 commit comments