From 971d73a56fa81fa889579f22c959f402542a5cc2 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Sun, 26 Jun 2022 20:50:55 +0000 Subject: Upgrades from pre vespa-6.149 directly to 8.8 is not supported. GC code from backend. --- vespaclient/src/vespa/vespaclient/vesparoute/application.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'vespaclient') diff --git a/vespaclient/src/vespa/vespaclient/vesparoute/application.cpp b/vespaclient/src/vespa/vespaclient/vesparoute/application.cpp index b0c5545f3ac..c70fd333669 100644 --- a/vespaclient/src/vespa/vespaclient/vesparoute/application.cpp +++ b/vespaclient/src/vespa/vespaclient/vesparoute/application.cpp @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include @@ -495,8 +494,7 @@ Application::isService(FRT_Supervisor &frt, const std::string &spec) const FRT_StringValue *retList = req->GetReturn()->GetValue(2)._string_array._pt; for (uint32_t i = 0; i < numMethods; ++i) { - if (mbus::RPCSendV1::isCompatible(methods[i]._str,argList[i]._str, retList[i]._str) || - mbus::RPCSendV2::isCompatible(methods[i]._str,argList[i]._str, retList[i]._str)) { + if ( mbus::RPCSendV2::isCompatible(methods[i]._str,argList[i]._str, retList[i]._str)) { ret = true; break; } -- cgit v1.2.3