aboutsummaryrefslogtreecommitdiffstats
path: root/testing-client
diff options
context:
space:
mode:
authoracolyer <acolyer>2004-01-23 12:10:58 +0000
committeracolyer <acolyer>2004-01-23 12:10:58 +0000
commit14908174fcb2a52819e8c022424938ff9f2c9876 (patch)
tree64f99363f462c7138513f4f3befba9a242fe799c /testing-client
parentc37cc870d18123be42a8cd508722217a46c1da60 (diff)
downloadaspectj-14908174fcb2a52819e8c022424938ff9f2c9876.tar.gz
aspectj-14908174fcb2a52819e8c022424938ff9f2c9876.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-client')
-rw-r--r--testing-client/src/org/aspectj/testing/Tester.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing-client/src/org/aspectj/testing/Tester.java b/testing-client/src/org/aspectj/testing/Tester.java
index 6d4a278ae..07c9bff17 100644
--- a/testing-client/src/org/aspectj/testing/Tester.java
+++ b/testing-client/src/org/aspectj/testing/Tester.java
@@ -960,7 +960,7 @@ public class Tester {
final boolean failed = fail || (null != thrown);
IMessage.Kind kind = (failed ? IMessage.FAIL : IMessage.INFO);
IMessage m = new Message(message, kind, thrown, null);
- final boolean handled = messageHandler.handleMessage(m);
+ /*final boolean handled = */messageHandler.handleMessage(m);
}
// private static void resofhandle(String message, Throwable thrown, boolean fail) {
// /* If FAIL and the message handler returns false (normally),