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 2010/04/26 13:17:09 UTC

svn commit: r938000 - /subversion/trunk/subversion/libsvn_ra_neon/options.c

Author: julianfoad
Date: Mon Apr 26 11:17:09 2010
New Revision: 938000

URL: http://svn.apache.org/viewvc?rev=938000&view=rev
Log:
Remove an unused variable.  A follow-up to r936835.

* subversion/libsvn_ra_neon/options.c
  (svn_ra_neon__exchange_capabilities): Remove 'msg'.

Modified:
    subversion/trunk/subversion/libsvn_ra_neon/options.c

Modified: subversion/trunk/subversion/libsvn_ra_neon/options.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_neon/options.c?rev=938000&r1=937999&r2=938000&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_neon/options.c (original)
+++ subversion/trunk/subversion/libsvn_ra_neon/options.c Mon Apr 26 11:17:09 2010
@@ -256,7 +256,6 @@ svn_ra_neon__exchange_capabilities(svn_r
   svn_error_t *err = SVN_NO_ERROR;
   ne_xml_parser *parser = NULL;
   options_ctx_t oc = { 0 };
-  const char *msg;
   int status_code;
 
   oc.pool = pool;