Author: julianfoad
Date: Wed Jul 28 15:52:48 2010
New Revision: 980104

URL: http://svn.apache.org/viewvc?rev=980104&view=rev
Log:
* subversion/libsvn_wc/upgrade.c
  (migrate_props): Remove this forward declaration as it is no longer needed.

Modified:
    subversion/trunk/subversion/libsvn_wc/upgrade.c

Modified: subversion/trunk/subversion/libsvn_wc/upgrade.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/upgrade.c?rev=980104&r1=980103&r2=980104&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/upgrade.c (original)
+++ subversion/trunk/subversion/libsvn_wc/upgrade.c Wed Jul 28 15:52:48 2010
@@ -71,14 +71,6 @@
 #define PRISTINE_STORAGE_RELPATH "pristine"
 
 
-/* Forward declare until we decide to shift/reorder functions.  */
-static svn_error_t *
-migrate_props(const char *wcroot_abspath,
-              svn_sqlite__db_t *sdb,
-              int original_format,
-              apr_pool_t *scratch_pool);
-
-
 /* Read the properties from the file at PROPFILE_ABSPATH, returning them
    as a hash in *PROPS. If the propfile is NOT present, then NULL will
    be returned in *PROPS.  */


Reply via email to