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 19B5AF235 for ; Sat, 11 May 2013 20:59:45 +0000 (UTC) Received: (qmail 48464 invoked by uid 500); 11 May 2013 20:59:45 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 48407 invoked by uid 500); 11 May 2013 20:59:44 -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 48398 invoked by uid 99); 11 May 2013 20:59:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 May 2013 20:59:44 +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; Sat, 11 May 2013 20:59:42 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 30F9B23888FD; Sat, 11 May 2013 20:59:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1481410 - /subversion/trunk/subversion/libsvn_subr/cache-membuffer.c Date: Sat, 11 May 2013 20:59:21 -0000 To: commits@subversion.apache.org From: stefan2@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130511205921.30F9B23888FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: stefan2 Date: Sat May 11 20:59:20 2013 New Revision: 1481410 URL: http://svn.apache.org/r1481410 Log: * subversion/libsvn_subr/cache-membuffer.c (find_entry): remove debug outputs Modified: subversion/trunk/subversion/libsvn_subr/cache-membuffer.c Modified: subversion/trunk/subversion/libsvn_subr/cache-membuffer.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/cache-membuffer.c?rev=1481410&r1=1481409&r2=1481410&view=diff ============================================================================== --- subversion/trunk/subversion/libsvn_subr/cache-membuffer.c (original) +++ subversion/trunk/subversion/libsvn_subr/cache-membuffer.c Sat May 11 20:59:20 2013 @@ -1010,8 +1010,6 @@ find_entry(svn_membuffer_t *cache, */ if (group->used == GROUP_SIZE) { - static int count = 0; - /* every entry gets the same chance of being removed. * Otherwise, we free the first entry, fill it and * remove it again on the next occasion without considering @@ -1031,7 +1029,6 @@ find_entry(svn_membuffer_t *cache, let_entry_age(cache, entry); drop_entry(cache, entry); - printf("%d\n", ++count); } /* initialize entry for the new key