Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1BF9A99A8 for ; Thu, 12 Apr 2012 21:40:39 +0000 (UTC) Received: (qmail 33251 invoked by uid 500); 12 Apr 2012 21:40:39 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 33223 invoked by uid 500); 12 Apr 2012 21:40:39 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 33215 invoked by uid 99); 12 Apr 2012 21:40:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 21:40:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 21:40:36 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9A4DB23889E3; Thu, 12 Apr 2012 21:40:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1325533 - /subversion/branches/inheritable-props/subversion/libsvn_ra_svn/client.c Date: Thu, 12 Apr 2012 21:40:15 -0000 To: commits@subversion.apache.org From: pburba@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120412214015.9A4DB23889E3@eris.apache.org> Author: pburba Date: Thu Apr 12 21:40:15 2012 New Revision: 1325533 URL: http://svn.apache.org/viewvc?rev=1325533&view=rev Log: On the inheritable-props branch: Remove some cruft * subversion/libsvn_ra_svn/client.c (ra_svn_get_inherited_props): Remove a stray comment. Modified: subversion/branches/inheritable-props/subversion/libsvn_ra_svn/client.c Modified: subversion/branches/inheritable-props/subversion/libsvn_ra_svn/client.c URL: http://svn.apache.org/viewvc/subversion/branches/inheritable-props/subversion/libsvn_ra_svn/client.c?rev=1325533&r1=1325532&r2=1325533&view=diff ============================================================================== --- subversion/branches/inheritable-props/subversion/libsvn_ra_svn/client.c (original) +++ subversion/branches/inheritable-props/subversion/libsvn_ra_svn/client.c Thu Apr 12 21:40:15 2012 @@ -2622,7 +2622,6 @@ ra_svn_get_inherited_props(svn_ra_sessio SVN_ERR(handle_auth_request(sess_baton, pool)); SVN_ERR(svn_ra_svn_read_cmd_response(conn, pool, "l", &iproplist)); SVN_ERR(parse_iproplist(iprops, iproplist, session, pool, pool)); - //SVN_ERR(svn_ra_svn_read_cmd_response(conn, pool, "")); return SVN_NO_ERROR; }