summaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-06-09 15:57:10 +0000
committerwisberg <wisberg>2005-06-09 15:57:10 +0000
commit6b4238eb0f0871eae60d71fe596c96c2ae5dce76 (patch)
tree7757f5e169ad0e12fa4401864dee398e4035bdbb /org.aspectj.ajdt.core
parente0e3389181b6ca1a88ed12e988abd4d4eb533ddd (diff)
downloadaspectj-6b4238eb0f0871eae60d71fe596c96c2ae5dce76.tar.gz
aspectj-6b4238eb0f0871eae60d71fe596c96c2ae5dce76.zip
unused imports (only)
Diffstat (limited to 'org.aspectj.ajdt.core')
-rw-r--r--org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTests.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTests.java b/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTests.java
index b1b01884c..cb721c841 100644
--- a/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTests.java
+++ b/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTests.java
@@ -13,8 +13,6 @@
package org.aspectj.tools.ajc;
-import java.io.File;
-
import org.aspectj.testing.util.TestUtil;
import junit.framework.Test;