You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/12/23 14:02:15 UTC

svn commit: r1052254 - /subversion/trunk/subversion/libsvn_wc/wc_db.h

Author: julianfoad
Date: Thu Dec 23 13:02:15 2010
New Revision: 1052254

URL: http://svn.apache.org/viewvc?rev=1052254&view=rev
Log:
Remove an unused declaration and, with it, the last trace of SVN_WC__OP_DEPTH.
    * subversion/libsvn_wc/wc_db.h
  (svn_wc__db_temp_elide_copyfrom): Remove.

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

Modified: subversion/trunk/subversion/libsvn_wc/wc_db.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.h?rev=1052254&r1=1052253&r2=1052254&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.h Thu Dec 23 13:02:15 2010
@@ -2355,16 +2355,6 @@ svn_wc__db_temp_op_make_copy(svn_wc__db_
                              apr_pool_t *scratch_pool);
 
 
-#ifndef SVN_WC__OP_DEPTH
-/* Elide the copyfrom information for LOCAL_ABSPATH if it can be derived
-   from the parent node.  */
-svn_error_t *
-svn_wc__db_temp_elide_copyfrom(svn_wc__db_t *db,
-                               const char *local_abspath,
-                               apr_pool_t *scratch_pool);
-#endif
-
-
 /* Return the serialized file external info (from BASE) for LOCAL_ABSPATH.
    Stores NULL into SERIALIZED_FILE_EXTERNAL if this node is NOT a file
    external. If a BASE node does not exist: SVN_ERR_WC_PATH_NOT_FOUND.  */