From 42787f91e7e3f2fc09246dbcda7031abde9e428d Mon Sep 17 00:00:00 2001 From: acolyer Date: Fri, 23 Jan 2004 12:18:10 +0000 Subject: spring cleaning in advance of 1.2 enhancements: removed unused imports, local variables, and private methods (still there, just commented out). --- testing-util/src/org/aspectj/testing/util/TestUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing-util') diff --git a/testing-util/src/org/aspectj/testing/util/TestUtil.java b/testing-util/src/org/aspectj/testing/util/TestUtil.java index 553684eb3..055442754 100644 --- a/testing-util/src/org/aspectj/testing/util/TestUtil.java +++ b/testing-util/src/org/aspectj/testing/util/TestUtil.java @@ -430,7 +430,7 @@ public final class TestUtil { } // capture file as FileLine[] InputStream in = null; - String path = FileUtil.normalizedPath(file, basedir); + /*String path = */FileUtil.normalizedPath(file, basedir); LineStream capture = new LineStream(); try { lineate(capture, handler, basedir, file); -- cgit v1.2.3