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

RE: svn commit: r1403312 - /subversion/trunk/subversion/libsvn_ra/ra_loader.c

From: Bert Huijben <bert_at_qqmail.nl>
Date: Wed, 31 Oct 2012 13:53:31 +0100

> -----Original Message-----
> From: stefan2_at_apache.org [mailto:stefan2_at_apache.org]
> Sent: maandag 29 oktober 2012 15:28
> To: commits_at_subversion.apache.org
> Subject: svn commit: r1403312 -
> /subversion/trunk/subversion/libsvn_ra/ra_loader.c
>
> Author: stefan2
> Date: Mon Oct 29 14:28:17 2012
> New Revision: 1403312
>
> URL: http://svn.apache.org/viewvc?rev=1403312&view=rev
> Log:
> * subversion/libsvn_ra/ra_loader.c
> (svn_ra_dav_init): remove obsolete function

This function is part of our public ABI since 1.0, see svn_ra.h

Removing this function breaks the Windows shared library build as the function is referenced from a public header file and then written in the .def file.

        Bert
Received on 2012-10-31 13:54:18 CET

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.