[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: RFC: unused files

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-03-06 22:44:25 CET

On Sat, 2004-03-06 at 16:33, David Kimdon wrote:
> These two files are not referenced by any other source files:
>
> subversion/libsvn_subr/quoprint.c
> subversion/include/svn_quoprint.h
>
> Should they be removed?

Back in the day, they were optionally used by the XML editor to encode
text deltas, so that you could read the plain text of a delta. The XML
editor is gone now, so these functions aren't used, but now they're part
of our API, so we can't get rid of them before 2.0 (nor should we
necessarily do so then).

> The function svn_diff_file_diff4() in
> subversion/libsvn_diff/diff_file.c was added in r5275. It is not
> referenced by any other code. Why is it there?

Probably in case we want to support variance-adjusted patching in the
future.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 6 22:46:50 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.