File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
olp-cpp-sdk-dataservice-read/include/olp/dataservice/read Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments