aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus_test
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-10-17 11:29:25 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-10-17 11:29:25 +0200
commit00bc2918ee015f0fd41e1f52d540d5c723b7c55f (patch)
treeb5f982eb0c93fe0a66c128feaba1ff239df387ad /messagebus_test
parent65eb08a7ffd6690e5b500ac5dddcc2e9b92e0f7a (diff)
Remove SERVICE_OOS from c++
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);