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 2012/05/29 17:13:26 UTC

svn commit: r1343771 - in /subversion/trunk/subversion/svn: cl.h main.c

Author: julianfoad
Date: Tue May 29 15:13:25 2012
New Revision: 1343771

URL: http://svn.apache.org/viewvc?rev=1343771&view=rev
Log:
Remove unused definitions.

* subversion/svn/cl.h
  (svn_cl__opt_state_t): Remove unused member 'ancestor_path'.

* subversion/svn/main.c
  (svn_cl__longopt_t): Remove unused member 'opt_ancestor_path'.

Modified:
    subversion/trunk/subversion/svn/cl.h
    subversion/trunk/subversion/svn/main.c

Modified: subversion/trunk/subversion/svn/cl.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/cl.h?rev=1343771&r1=1343770&r2=1343771&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/cl.h (original)
+++ subversion/trunk/subversion/svn/cl.h Tue May 29 15:13:25 2012
@@ -163,7 +163,6 @@ typedef struct svn_cl__opt_state_t
   svn_boolean_t no_unlock;
 
   const char *message;           /* log message */
-  const char *ancestor_path;     /* ### todo: who sets this? */
   svn_boolean_t force;           /* be more forceful, as in "svn rm -f ..." */
   svn_boolean_t force_log;       /* force validity of a suspect log msg file */
   svn_boolean_t incremental;     /* yield output suitable for concatenation */

Modified: subversion/trunk/subversion/svn/main.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/main.c?rev=1343771&r1=1343770&r2=1343771&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Tue May 29 15:13:25 2012
@@ -66,8 +66,7 @@
    option. Options that have both long and short options should just
    use the short option letter as identifier.  */
 typedef enum svn_cl__longopt_t {
-  opt_ancestor_path = SVN_OPT_FIRST_LONGOPT_ID,
-  opt_auth_password,
+  opt_auth_password = SVN_OPT_FIRST_LONGOPT_ID,
   opt_auth_username,
   opt_autoprops,
   opt_changelist,