You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by eh...@apache.org on 2010/09/05 21:59:09 UTC

svn commit: r992884 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

Author: ehu
Date: Sun Sep  5 19:59:09 2010
New Revision: 992884

URL: http://svn.apache.org/viewvc?rev=992884&view=rev
Log:
Remove SINGLE_DB conditional, now that we made the switch.

 * subversion/libsvn_wc/wc_db.c (insert_working_node): Remove
    conditional inside SVN_WC__NODE_DATA conditional block.


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

Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.c?rev=992884&r1=992883&r2=992884&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.c Sun Sep  5 19:59:09 2010
@@ -950,10 +950,8 @@ insert_working_node(void *baton,
 
 
 #ifdef SVN_WC__NODE_DATA
-#ifndef SINGLE_DB
   op_depth = (parent_relpath == NULL) ? 1   /* THIS_DIR */
                                       : 2;  /* immediate children */
-#endif
   SVN_ERR(svn_sqlite__get_statement(&stmt_node, sdb, STMT_INSERT_NODE_DATA));
   SVN_ERR(svn_sqlite__bindf(stmt_node, "isistt",
                             piwb->wc_id, piwb->local_relpath,