You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ko...@apache.org on 2022/12/05 14:12:08 UTC

svn commit: r1905761 - /subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_wc/wc_db_pristine.c

Author: kotkov
Date: Mon Dec  5 14:12:07 2022
New Revision: 1905761

URL: http://svn.apache.org/viewvc?rev=1905761&view=rev
Log:
On the 'pristines-on-demand-on-mwf' branch: Following up to r1905602, remove
a bogus semicolon in the svn_wc__db_pristine_dehydrate_internal() function.

* subversion/libsvn_wc/wc_db_pristine.c
  (svn_wc__db_pristine_dehydrate_internal): Remove semicolon.

Modified:
    subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_wc/wc_db_pristine.c

Modified: subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_wc/wc_db_pristine.c
URL: http://svn.apache.org/viewvc/subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_wc/wc_db_pristine.c?rev=1905761&r1=1905760&r2=1905761&view=diff
==============================================================================
--- subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_wc/wc_db_pristine.c (original)
+++ subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_wc/wc_db_pristine.c Mon Dec  5 14:12:07 2022
@@ -1024,7 +1024,6 @@ svn_wc__db_pristine_dehydrate_internal(s
                                        const svn_checksum_t *sha1_checksum,
                                        apr_pool_t *scratch_pool)
 {
-  ;
   const char *pristine_abspath;
   svn_sqlite__stmt_t *stmt;