aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus_test
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus_test')
-rw-r--r--messagebus_test/src/tests/errorcodes/dumpcodes.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/messagebus_test/src/tests/errorcodes/dumpcodes.cpp b/messagebus_test/src/tests/errorcodes/dumpcodes.cpp
index fdc8892b7c7..ecc5c9bc42c 100644
--- a/messagebus_test/src/tests/errorcodes/dumpcodes.cpp
+++ b/messagebus_test/src/tests/errorcodes/dumpcodes.cpp
@@ -36,7 +36,6 @@ App::Main()
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);