Author: stsp
Date: Fri Feb 24 06:08:47 2012
New Revision: 1293097

URL: http://svn.apache.org/viewvc?rev=1293097&view=rev
Log:
On the multi-layer-moves branch, remove an unused query.

* subversion/libsvn_wc/wc-queries.sql
  (STMT_CLEAR_MOVED_TO_RELPATH_RECURSIVE): Remove. This is now unused.

Modified:
    subversion/branches/multi-layer-moves/subversion/libsvn_wc/wc-queries.sql

Modified: 
subversion/branches/multi-layer-moves/subversion/libsvn_wc/wc-queries.sql
URL: 
http://svn.apache.org/viewvc/subversion/branches/multi-layer-moves/subversion/libsvn_wc/wc-queries.sql?rev=1293097&r1=1293096&r2=1293097&view=diff
==============================================================================
--- subversion/branches/multi-layer-moves/subversion/libsvn_wc/wc-queries.sql 
(original)
+++ subversion/branches/multi-layer-moves/subversion/libsvn_wc/wc-queries.sql 
Fri Feb 24 06:08:47 2012
@@ -1396,14 +1396,6 @@ WHERE wc_id = ?1 AND local_relpath = ?2 
 UPDATE nodes SET moved_to = NULL
 WHERE wc_id = ?1 AND local_relpath = ?2
 
-/* ### FIXME: op-depth?  What about multiple moves? */
--- STMT_CLEAR_MOVED_TO_RELPATH_RECURSIVE
-UPDATE nodes SET moved_to = NULL
-WHERE wc_id = ?1
-  AND (?2 = ''
-       OR local_relpath = ?2
-       OR IS_STRICT_DESCENDANT_OF(local_relpath, ?2))
-
 /* This statement returns pairs of move-roots below the path ?2 in WC_ID ?1.
  * Each row returns a moved-here path (always a child of ?2) in the first
  * column, and its matching moved-away (deleted) path in the second column. */


Reply via email to