diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-04 16:27:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-05 11:31:50 +0200 |
commit | d26540bb05b0443e7988da34372c86f88cbf1f6c (patch) | |
tree | 3f24ac9aa08992ff1e90211b8681711ad92937d4 /bridges/test | |
parent | f124688cfdfbe96ff2be5ab44ea5023725548146 (diff) |
java: remove unused fields
Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525
Diffstat (limited to 'bridges/test')
-rw-r--r-- | bridges/test/lib/TestBed.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bridges/test/lib/TestBed.java b/bridges/test/lib/TestBed.java index 6cf773db3fb8..17eb4751c836 100644 --- a/bridges/test/lib/TestBed.java +++ b/bridges/test/lib/TestBed.java @@ -207,10 +207,6 @@ public final class TestBed { private int state = INITIAL; } - private static final int TEST_SUCCEEDED = 0; - private static final int TEST_FAILED = 1; - private static final int TEST_ERROR = 2; - private static final int CLIENT_FAILED = 0; private static final int CLIENT_DONE = 123; |