Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-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 298A3C7B0 for ; Sat, 27 Dec 2014 20:32:41 +0000 (UTC) Received: (qmail 3328 invoked by uid 500); 27 Dec 2014 20:32:41 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 3251 invoked by uid 500); 27 Dec 2014 20:32:41 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 3241 invoked by uid 99); 27 Dec 2014 20:32:41 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Dec 2014 20:32:41 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 87FAAAC092A; Sat, 27 Dec 2014 20:32:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1648111 - /commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/ImagingTest.java Date: Sat, 27 Dec 2014 20:32:38 -0000 To: commits@commons.apache.org From: britter@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141227203239.87FAAAC092A@hades.apache.org> Author: britter Date: Sat Dec 27 20:32:37 2014 New Revision: 1648111 URL: http://svn.apache.org/r1648111 Log: Remove unused code Modified: commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/ImagingTest.java Modified: commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/ImagingTest.java URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/ImagingTest.java?rev=1648111&r1=1648110&r2=1648111&view=diff ============================================================================== --- commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/ImagingTest.java (original) +++ commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/ImagingTest.java Sat Dec 27 20:32:37 2014 @@ -46,17 +46,6 @@ public abstract class ImagingTest extend return result; } - protected void purgeMemory() { - try { - System.gc(); - Thread.sleep(50); - System.runFinalization(); - Thread.sleep(50); - } catch (final Exception e) { - Debug.debug(e); - } - } - protected boolean isPhilHarveyTestImage(final File file) { // Debug.debug("isPhilHarveyTestImage file", file.getAbsolutePath()); // Debug.debug("isPhilHarveyTestImage folder",