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 4DBCC10F1C for ; Thu, 4 Jul 2013 20:56:53 +0000 (UTC) Received: (qmail 27276 invoked by uid 500); 4 Jul 2013 20:56:53 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 27252 invoked by uid 500); 4 Jul 2013 20:56:53 -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 27245 invoked by uid 99); 4 Jul 2013 20:56:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jul 2013 20:56:53 +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, 04 Jul 2013 20:56:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3DDD0238888A; Thu, 4 Jul 2013 20:56:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1499868 - /subversion/trunk/subversion/libsvn_ra_serf/blame.c Date: Thu, 04 Jul 2013 20:56:30 -0000 To: commits@subversion.apache.org From: rhuijben@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130704205630.3DDD0238888A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rhuijben Date: Thu Jul 4 20:56:29 2013 New Revision: 1499868 URL: http://svn.apache.org/r1499868 Log: * subversion/libsvn_ra_serf/blame.c (blame_expected_status): Following up on r1499860, remove unused variable. Found by: danielsh Modified: subversion/trunk/subversion/libsvn_ra_serf/blame.c Modified: subversion/trunk/subversion/libsvn_ra_serf/blame.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/blame.c?rev=1499868&r1=1499867&r2=1499868&view=diff ============================================================================== --- subversion/trunk/subversion/libsvn_ra_serf/blame.c (original) +++ subversion/trunk/subversion/libsvn_ra_serf/blame.c Thu Jul 4 20:56:29 2013 @@ -111,12 +111,6 @@ static const svn_ra_serf__xml_transition { 0 } }; -static const int blame_expected_status[] = { - 200, - 0 -}; - - /* Conforms to svn_ra_serf__xml_opened_t */ static svn_error_t * blame_opened(svn_ra_serf__xml_estate_t *xes,