From 7e511f9ee24049cd1915e7596794cf30a9b7153f Mon Sep 17 00:00:00 2001 From: Mykhailo Kuchma Date: Fri, 3 Jan 2025 13:53:19 +0100 Subject: [PATCH] Revert "Add a version additional field value" This reverts commit 068929d8a52be544726bbb4e42abd9a6c7599bb5. Relates-To: OCMAM-223 Signed-off-by: Mykhailo Kuchma --- .../include/olp/dataservice/read/PartitionsRequest.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/olp-cpp-sdk-dataservice-read/include/olp/dataservice/read/PartitionsRequest.h b/olp-cpp-sdk-dataservice-read/include/olp/dataservice/read/PartitionsRequest.h index 5e3ab0c81..d89d35728 100644 --- a/olp-cpp-sdk-dataservice-read/include/olp/dataservice/read/PartitionsRequest.h +++ b/olp-cpp-sdk-dataservice-read/include/olp/dataservice/read/PartitionsRequest.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2025 HERE Europe B.V. + * Copyright (C) 2019-2020 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -55,9 +55,6 @@ class DATASERVICE_READ_API PartitionsRequest final { /// Additional field to request partition crc, see GetPartitions static constexpr const char* kCrc = "crc"; - /// Additional field to request partition version, see GetPartitions - static constexpr const char* kVersion = "version"; - /// An alias for the set of additional fields. using AdditionalFields = std::vector;