File tree Expand file tree Collapse file tree 2 files changed +0
-1240
lines changed
Expand file tree Collapse file tree 2 files changed +0
-1240
lines changed Original file line number Diff line number Diff line change @@ -144,34 +144,6 @@ externalData(
144144 */
145145sourceLocationPrefix(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/**
You can’t perform that action at this time.
0 commit comments