You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/06/12 12:11:29 UTC

svn commit: r1492131 - /subversion/trunk/subversion/include/svn_ra.h

Author: danielsh
Date: Wed Jun 12 10:11:29 2013
New Revision: 1492131

URL: http://svn.apache.org/r1492131
Log:
Deprecate svn_ra_get_latest_revnum_func_t, which is unused.

* subversion/include/svn_ra.h
  (svn_ra_get_latest_revnum_func_t): Deprecate.

Modified:
    subversion/trunk/subversion/include/svn_ra.h

Modified: subversion/trunk/subversion/include/svn_ra.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_ra.h?rev=1492131&r1=1492130&r2=1492131&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_ra.h (original)
+++ subversion/trunk/subversion/include/svn_ra.h Wed Jun 12 10:11:29 2013
@@ -134,7 +134,10 @@ typedef svn_error_t *
                                  apr_pool_t *pool);
 
 
-/** A function type for retrieving the youngest revision from a repos. */
+/** A function type for retrieving the youngest revision from a repos.
+ * @deprecated Provided for backward compatibility with the 1.8 API.
+ */
+/* ### It seems this type was never used by the API, since 1.0.0. */
 typedef svn_error_t *(*svn_ra_get_latest_revnum_func_t)(
   void *session_baton,
   svn_revnum_t *latest_revnum);