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/11/21 17:59:37 UTC

svn commit: r1412194 - /subversion/trunk/subversion/svnlook/main.c

Author: julianfoad
Date: Wed Nov 21 16:59:36 2012
New Revision: 1412194

URL: http://svn.apache.org/viewvc?rev=1412194&view=rev
Log:
A follow-up to r1412063: remove a redundant svn_stream_for_stdout() call.

* subversion/svnlook/main.c
  (display_prop_diffs): Remove it, as an open stream is passed in.

Modified:
    subversion/trunk/subversion/svnlook/main.c

Modified: subversion/trunk/subversion/svnlook/main.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnlook/main.c?rev=1412194&r1=1412193&r2=1412194&view=diff
==============================================================================
--- subversion/trunk/subversion/svnlook/main.c (original)
+++ subversion/trunk/subversion/svnlook/main.c Wed Nov 21 16:59:36 2012
@@ -850,8 +850,6 @@ display_prop_diffs(svn_stream_t *outstre
   apr_pool_t *iterpool;
   int i;
 
-  SVN_ERR(svn_stream_for_stdout(&outstream, pool));
-
   SVN_ERR(svn_stream_printf_from_utf8(outstream, encoding, pool,
                                       _("%sProperty changes on: %s%s"),
                                       APR_EOL_STR,