> -----Original Message----- > From: stef...@apache.org [mailto:stef...@apache.org] > Sent: maandag 29 oktober 2012 15:28 > To: comm...@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