You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/12/27 21:32:38 UTC

svn commit: r1648111 - /commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/ImagingTest.java

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",