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 690DF10688 for ; Fri, 3 Jan 2014 20:29:12 +0000 (UTC) Received: (qmail 33804 invoked by uid 500); 3 Jan 2014 20:29:12 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 33772 invoked by uid 500); 3 Jan 2014 20:29:12 -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 33765 invoked by uid 99); 3 Jan 2014 20:29:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jan 2014 20:29:12 +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; Fri, 03 Jan 2014 20:29:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 633D423889EB; Fri, 3 Jan 2014 20:28:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1555250 - /subversion/trunk/subversion/libsvn_fs_fs/pack.c Date: Fri, 03 Jan 2014 20:28:51 -0000 To: commits@subversion.apache.org From: rhuijben@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140103202851.633D423889EB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rhuijben Date: Fri Jan 3 20:28:50 2014 New Revision: 1555250 URL: http://svn.apache.org/r1555250 Log: * subversion/libsvn_fs_fs/pack.c (compare_ref_to_item_to): Remove unused static function. Modified: subversion/trunk/subversion/libsvn_fs_fs/pack.c Modified: subversion/trunk/subversion/libsvn_fs_fs/pack.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/pack.c?rev=1555250&r1=1555249&r2=1555250&view=diff ============================================================================== --- subversion/trunk/subversion/libsvn_fs_fs/pack.c (original) +++ subversion/trunk/subversion/libsvn_fs_fs/pack.c Fri Jan 3 20:28:50 2014 @@ -825,15 +825,6 @@ compare_references_from(const reference_ return diff ? diff : svn_fs_fs__id_part_compare(&lhs->to, &rhs->to); } -/* implements compare_fn_t. Assume ascending order by TO. - */ -static int -compare_ref_to_item_to(const reference_t * const * lhs_p, - const svn_fs_fs__id_part_t * rhs_p) -{ - return svn_fs_fs__id_part_compare(&(*lhs_p)->to, rhs_p); -} - /* implements compare_fn_t. Assume ascending order by FROM. */ static int