You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2012/10/08 16:11:00 UTC

svn commit: r1395575 - /subversion/trunk/subversion/svn/propget-cmd.c

Author: philip
Date: Mon Oct  8 14:10:59 2012
New Revision: 1395575

URL: http://svn.apache.org/viewvc?rev=1395575&view=rev
Log:
* subversion/svn/propget-cmd.c
  (print_properties): Reuse variable to avoid shadowing warning.

Modified:
    subversion/trunk/subversion/svn/propget-cmd.c

Modified: subversion/trunk/subversion/svn/propget-cmd.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/propget-cmd.c?rev=1395575&r1=1395574&r2=1395575&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/propget-cmd.c (original)
+++ subversion/trunk/subversion/svn/propget-cmd.c Mon Oct  8 14:10:59 2012
@@ -251,8 +251,6 @@ print_properties(svn_stream_t *out,
 
   if (inherited_props)
     {
-      int i;
-
       svn_pool_clear(iterpool);
 
       for (i = 0; i < inherited_props->nelts; i++)