Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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<std::string>;

Expand Down
Loading