You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2012/09/26 15:34:50 UTC

svn commit: r1390476 - /subversion/trunk/tools/client-side/svn-bench/main.c

Author: stefan2
Date: Wed Sep 26 13:34:50 2012
New Revision: 1390476

URL: http://svn.apache.org/viewvc?rev=1390476&view=rev
Log:
* tools/client-side/svn-bench
  (sub_main): remove unused variables

Modified:
    subversion/trunk/tools/client-side/svn-bench/main.c

Modified: subversion/trunk/tools/client-side/svn-bench/main.c
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/client-side/svn-bench/main.c?rev=1390476&r1=1390475&r2=1390476&view=diff
==============================================================================
--- subversion/trunk/tools/client-side/svn-bench/main.c (original)
+++ subversion/trunk/tools/client-side/svn-bench/main.c Wed Sep 26 13:34:50 2012
@@ -331,7 +331,6 @@ sub_main(int argc, const char *argv[], a
   apr_array_header_t *received_opts;
   int i;
   const svn_opt_subcommand_desc2_t *subcommand = NULL;
-  const char *dash_m_arg = NULL, *dash_F_arg = NULL;
   svn_cl__cmd_baton_t command_baton;
   svn_auth_baton_t *ab;
   svn_config_t *cfg_config;