diff options
author | acolyer <acolyer> | 2004-01-23 12:18:10 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-01-23 12:18:10 +0000 |
commit | 42787f91e7e3f2fc09246dbcda7031abde9e428d (patch) | |
tree | 09eac65f3de8e46da5ff479451589dd41beb7b3a /testing-util/src | |
parent | 14908174fcb2a52819e8c022424938ff9f2c9876 (diff) | |
download | aspectj-42787f91e7e3f2fc09246dbcda7031abde9e428d.tar.gz aspectj-42787f91e7e3f2fc09246dbcda7031abde9e428d.zip |
spring cleaning in advance of 1.2 enhancements:
removed unused imports, local variables, and private methods
(still there, just commented out).
Diffstat (limited to 'testing-util/src')
-rw-r--r-- | testing-util/src/org/aspectj/testing/util/TestUtil.java | 2 |
1 files changed, 1 insertions, 1 deletions
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); |