From ddda136b4b09701662f9f21ac4951bad2c894e47 Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Mon, 2 May 2005 05:01:44 +0000 Subject: [PATCH] Removed unused import. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@165581 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/org/apache/commons/math/util/MathUtilsTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/org/apache/commons/math/util/MathUtilsTest.java b/src/test/org/apache/commons/math/util/MathUtilsTest.java index 6dd116c5d..cef69a512 100644 --- a/src/test/org/apache/commons/math/util/MathUtilsTest.java +++ b/src/test/org/apache/commons/math/util/MathUtilsTest.java @@ -17,8 +17,6 @@ package org.apache.commons.math.util; import java.math.BigDecimal; -import org.apache.commons.math.TestUtils; - import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite;