Skip to content

Commit

Permalink
partition_manifest: remove get_manifest_path()
Browse files Browse the repository at this point in the history
  • Loading branch information
andrwng committed Jun 20, 2024
1 parent 32a0769 commit 5252c01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/v/cloud_storage/partition_manifest.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,6 @@ class partition_manifest : public base_manifest {

virtual ss::sstring get_manifest_filename() const { return "manifest.bin"; }

remote_manifest_path get_manifest_path() const {
return generate_partition_manifest_path(
_ntp, _rev, manifest_format::serde);
}
remote_manifest_path get_manifest_path(const remote_path_provider&) const;

/// Get NTP
Expand Down

0 comments on commit 5252c01

Please sign in to comment.