You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2013/07/04 22:56:30 UTC

svn commit: r1499868 - /subversion/trunk/subversion/libsvn_ra_serf/blame.c

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,