aboutsummaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-10-18 13:23:48 +0200
committerGitHub <noreply@github.com>2017-10-18 13:23:48 +0200
commitf91867f941921d784ee1dd47326f5b8f8b9a32ab (patch)
treec44716f65654f7e760bf8fa5556c463ee9a8ea60 /storageapi
parent4dc24814728e5440466db2f765355fdae7208261 (diff)
parent7e0b620110d99f328843b61a201f5a0d75d3e2cb (diff)
Merge pull request #3782 from vespa-engine/balder/remove-searchxxxpolicy
Balder/remove searchxxxpolicy
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/vespa/storageapi/messageapi/returncode.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/storageapi/src/vespa/storageapi/messageapi/returncode.cpp b/storageapi/src/vespa/storageapi/messageapi/returncode.cpp
index 9825aea47bc..79a768541b9 100644
--- a/storageapi/src/vespa/storageapi/messageapi/returncode.cpp
+++ b/storageapi/src/vespa/storageapi/messageapi/returncode.cpp
@@ -93,7 +93,6 @@ ReturnCode::isNodeDownOrNetwork() const
case mbus::ErrorCode::UNKNOWN_SESSION:
case mbus::ErrorCode::HANDSHAKE_FAILED:
case mbus::ErrorCode::NO_SERVICES_FOR_ROUTE:
- case mbus::ErrorCode::SERVICE_OOS:
case mbus::ErrorCode::NETWORK_ERROR:
case mbus::ErrorCode::UNKNOWN_PROTOCOL:
case Protocol::ERROR_NODE_NOT_READY: