Skip to content

Commit e42ccc2

Browse files
committed
C++: drop svn tables
1 parent 7385391 commit e42ccc2

File tree

2 files changed

+0
-1240
lines changed

2 files changed

+0
-1240
lines changed

cpp/ql/lib/semmlecode.cpp.dbscheme

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -144,34 +144,6 @@ externalData(
144144
*/
145145
sourceLocationPrefix(string prefix : string ref);
146146

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-
int file : @file ref,
171-
int addedLines : int ref,
172-
int deletedLines : int ref
173-
)
174-
175147
/*- Files and folders -*/
176148

177149
/**

0 commit comments

Comments
 (0)