Author: julianfoad
Date: Thu Sep  2 11:33:45 2010
New Revision: 991894

URL: http://svn.apache.org/viewvc?rev=991894&view=rev
Log:
* subversion/include/private/svn_wc_private.h
  (svn_wc__node_is_status_obstructed, svn_wc__temp_mark_missing_not_present):
    Delete, to fix the Windows build. (Limitation of 'extractor.py'.)

Modified:
    subversion/trunk/subversion/include/private/svn_wc_private.h

Modified: subversion/trunk/subversion/include/private/svn_wc_private.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_wc_private.h?rev=991894&r1=991893&r2=991894&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_wc_private.h (original)
+++ subversion/trunk/subversion/include/private/svn_wc_private.h Thu Sep  2 
11:33:45 2010
@@ -399,20 +399,6 @@ svn_wc__node_is_status_deleted(svn_boole
                                const char *local_abspath,
                                apr_pool_t *scratch_pool);
 
-#ifndef SVN_WC__SINGLE_DB
-/**
- * Set @a *is_obstructed to whether @a local_abspath is obstructed, using
- * @a wc_ctx.  If @a local_abspath is not in the working copy, return
- * @c SVN_ERR_WC_PATH_NOT_FOUND.  Use @a scratch_pool for all temporary
- * allocations.
- */
-svn_error_t *
-svn_wc__node_is_status_obstructed(svn_boolean_t *is_obstructed,
-                                  svn_wc_context_t *wc_ctx,
-                                  const char *local_abspath,
-                                  apr_pool_t *scratch_pool);
-#endif
-
 /**
  * Set @a *is_absent to whether @a local_abspath is absent, using
  * @a wc_ctx.  If @a local_abspath is not in the working copy, return
@@ -689,19 +675,6 @@ svn_wc__call_with_write_lock(svn_wc__wit
                              apr_pool_t *scratch_pool);
 
 
-#ifndef SVN_WC__SINGLE_DB
-/** Mark missing, deleted directory @a local_abspath as 'not-present'
- * in its parent's list of entries.
- *
- * Return #SVN_ERR_WC_PATH_FOUND if @a local_abspath isn't actually a
- * missing, deleted directory.
- */
-svn_error_t *
-svn_wc__temp_mark_missing_not_present(const char *local_abspath,
-                                      svn_wc_context_t *wc_ctx,
-                                      apr_pool_t *scratch_pool);
-#endif
-
 /**
  * Register @a local_abspath as a new file external aimed at
  * @a external_url, @a external_peg_rev, and @a external_rev.


Reply via email to