On Wed, Jan 26, 2011 at 7:18 PM, Daniel Shahaf <d...@daniel.shahaf.name> wrote: > Johan Corveleyn wrote on Wed, Jan 26, 2011 at 15:18:24 +0100: >> - The only internal caller of the "old" function 'datasource_open' >> (for a single datasource) doesn't call it anymore >> (token.c#svn_diff__get_tokens) (there is no need anymore, since the >> callers in diff.c, diff3.c and diff4.c already open the datasources >> with 'datasources_open' before calling svn_diff__get_tokens). > > Does datasource_open() need to stay in the revved struct?
I don't think so. There are no callers left in svn's own code, so I guess it can be deprecated. Cheers, -- Johan