You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by iv...@apache.org on 2014/06/10 17:15:02 UTC

svn commit: r1601667 - /subversion/trunk/subversion/include/svn_error_codes.h

Author: ivan
Date: Tue Jun 10 15:15:02 2014
New Revision: 1601667

URL: http://svn.apache.org/r1601667
Log:
Follow-up to r1597989: Remove unused and not released error codes.

* subversion/include/svn_error_codes.h
  (SVN_ERR_FS_AMBIGUOUS_MOVE, SVN_ERR_FS_INCOMPLETE_MOVE): Remove.
  (SVN_ERR_FS_LOCK_OPERATION_FAILED, SVN_ERR_FS_UNSUPPORTED_TYPE): 
   Renumber.

Modified:
    subversion/trunk/subversion/include/svn_error_codes.h

Modified: subversion/trunk/subversion/include/svn_error_codes.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_error_codes.h?rev=1601667&r1=1601666&r2=1601667&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_error_codes.h (original)
+++ subversion/trunk/subversion/include/svn_error_codes.h Tue Jun 10 15:15:02 2014
@@ -842,23 +842,13 @@ SVN_ERROR_START
              "Index files are inconsistent.")
 
   /** @since New in 1.9. */
-  SVN_ERRDEF(SVN_ERR_FS_AMBIGUOUS_MOVE,
-             SVN_ERR_FS_CATEGORY_START + 59,
-             "Ambiguous move")
-
-  /** @since New in 1.9. */
-  SVN_ERRDEF(SVN_ERR_FS_INCOMPLETE_MOVE,
-             SVN_ERR_FS_CATEGORY_START + 60,
-             "Move without a suitable deletion")
-
-  /** @since New in 1.9. */
   SVN_ERRDEF(SVN_ERR_FS_LOCK_OPERATION_FAILED,
-             SVN_ERR_FS_CATEGORY_START + 61,
+             SVN_ERR_FS_CATEGORY_START + 59,
              "Lock operation failed")
 
   /** @since New in 1.9. */
   SVN_ERRDEF(SVN_ERR_FS_UNSUPPORTED_TYPE,
-             SVN_ERR_FS_CATEGORY_START + 62,
+             SVN_ERR_FS_CATEGORY_START + 60,
              "Unsupported FS type")
 
   /* repos errors */