summaryrefslogtreecommitdiffstats
path: root/messagebus_test
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus_test')
-rw-r--r--messagebus_test/src/tests/errorcodes/DumpCodes.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/messagebus_test/src/tests/errorcodes/DumpCodes.java b/messagebus_test/src/tests/errorcodes/DumpCodes.java
index 01003876fa3..96c7fc57a3e 100644
--- a/messagebus_test/src/tests/errorcodes/DumpCodes.java
+++ b/messagebus_test/src/tests/errorcodes/DumpCodes.java
@@ -24,7 +24,6 @@ public class DumpCodes {
dump("SEND_QUEUE_CLOSED", ErrorCode.SEND_QUEUE_CLOSED);
dump("ILLEGAL_ROUTE", ErrorCode.ILLEGAL_ROUTE);
dump("NO_SERVICES_FOR_ROUTE", ErrorCode.NO_SERVICES_FOR_ROUTE);
- dump("SERVICE_OOS", ErrorCode.SERVICE_OOS);
dump("ENCODE_ERROR", ErrorCode.ENCODE_ERROR);
dump("NETWORK_ERROR", ErrorCode.NETWORK_ERROR);
dump("UNKNOWN_PROTOCOL", ErrorCode.UNKNOWN_PROTOCOL);