Author: hwright
Date: Tue Oct 26 03:57:36 2010
New Revision: 1027359
URL: http://svn.apache.org/viewvc?rev=1027359&view=rev
Log:
* subversion/libsvn_wc/wc_db.c
(svn_wc__db_op_copy): Remove superfluous break statement.
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=1027359&r1=1027358&r2=1027359&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.c Tue Oct 26 03:57:36 2010
@@ -2996,7 +2996,6 @@ svn_wc__db_op_copy(svn_wc__db_t *db,
_("Cannot copy '%s' excluded by server"),
svn_dirent_local_style(src_abspath,
scratch_pool));
- break;
default:
return svn_error_createf(SVN_ERR_WC_PATH_UNEXPECTED_STATUS, NULL,
_("Cannot handle status of '%s'"),