You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2010/08/23 17:44:09 UTC

svn commit: r988159 - /subversion/trunk/subversion/libsvn_wc/upgrade.c

Author: philip
Date: Mon Aug 23 15:44:08 2010
New Revision: 988159

URL: http://svn.apache.org/viewvc?rev=988159&view=rev
Log:
* subversion/libsvn_wc/upgrade.c
  (wipe_obsolete_files): Remove an obsolete SVN_WC__VERSION directive.

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=988159&r1=988158&r2=988159&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/upgrade.c (original)
+++ subversion/trunk/subversion/libsvn_wc/upgrade.c Mon Aug 23 15:44:08 2010
@@ -479,7 +479,6 @@ wipe_obsolete_files(const char *wcroot_a
                                       scratch_pool),
                     FALSE, NULL, NULL, scratch_pool));
 
-#if (SVN_WC__VERSION >= 18)
   /* Remove the old properties files... whole directories at a time.  */
   svn_error_clear(svn_io_remove_dir2(
                     svn_wc__adm_child(wcroot_abspath,
@@ -506,7 +505,6 @@ wipe_obsolete_files(const char *wcroot_a
                                       PROP_REVERT_FOR_DIR,
                                       scratch_pool),
                      TRUE, scratch_pool));
-#endif
 
 #if 0
   /* ### this checks for a write-lock, and we are not (always) taking out