Skip to content

Commit 5266997

Browse files
Revert "Add a version additional field value" (#1574)
This reverts commit 068929d. Relates-To: OCMAM-223 Signed-off-by: Mykhailo Kuchma <[email protected]>
1 parent 068929d commit 5266997

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

olp-cpp-sdk-dataservice-read/include/olp/dataservice/read/PartitionsRequest.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2025 HERE Europe B.V.
2+
* Copyright (C) 2019-2020 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -55,9 +55,6 @@ class DATASERVICE_READ_API PartitionsRequest final {
5555
/// Additional field to request partition crc, see GetPartitions
5656
static constexpr const char* kCrc = "crc";
5757

58-
/// Additional field to request partition version, see GetPartitions
59-
static constexpr const char* kVersion = "version";
60-
6158
/// An alias for the set of additional fields.
6259
using AdditionalFields = std::vector<std::string>;
6360

0 commit comments

Comments
 (0)