From: aclement Date: Thu, 24 Jan 2008 20:47:06 +0000 (+0000) Subject: unused import X-Git-Tag: V1_6_0M2~98 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=be092b11c70e2c23d61d90272b2d36fb8aeb7312;p=aspectj.git unused import --- diff --git a/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/ajc/BuildArgParserTestCase.java b/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/ajc/BuildArgParserTestCase.java index aa8c4d33f..3c4f42386 100644 --- a/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/ajc/BuildArgParserTestCase.java +++ b/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/ajc/BuildArgParserTestCase.java @@ -27,7 +27,6 @@ import org.aspectj.bridge.MessageWriter; import org.aspectj.testing.util.TestUtil; import org.aspectj.org.eclipse.jdt.core.compiler.InvalidInputException; import org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; -import org.aspectj.org.eclipse.jdt.internal.compiler.impl.CompilerOptions; /** * Some black-box test is happening here.