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/20 18:07:58 UTC

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

Author: philip
Date: Fri Aug 20 16:07:58 2010
New Revision: 987561

URL: http://svn.apache.org/viewvc?rev=987561&view=rev
Log:
* subversion/libsvn_wc/upgrade.c:
  (svn_wc__upgrade_sdb): Remove some redundant #if directives.

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=987561&r1=987560&r2=987561&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/upgrade.c (original)
+++ subversion/trunk/subversion/libsvn_wc/upgrade.c Fri Aug 20 16:07:58 2010
@@ -1378,7 +1378,6 @@ svn_wc__upgrade_sdb(int *result_format,
         *result_format = 16;
         /* FALLTHROUGH  */
 
-#if (SVN_WC__VERSION > 16)
       case 16:
         {
           const char *pristine_dir;
@@ -1396,9 +1395,7 @@ svn_wc__upgrade_sdb(int *result_format,
 
         *result_format = 17;
         /* FALLTHROUGH  */
-#endif
 
-#if (SVN_WC__VERSION > 17)
       case 17:
         {
           struct bump_to_18_baton b18;
@@ -1413,7 +1410,6 @@ svn_wc__upgrade_sdb(int *result_format,
 
         *result_format = 18;
         /* FALLTHROUGH  */
-#endif
 
 #if (SVN_WC__VERSION > 18)
       case 18: