From c39039569bc5a32621d6ec96061bbbe4185aa5b8 Mon Sep 17 00:00:00 2001 From: Will Berkeley Date: Wed, 24 Sep 2025 16:20:46 -0700 Subject: [PATCH] ct/reconciler: Remove unused and unimplemented method --- src/v/cloud_topics/reconciler/reconciler.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/v/cloud_topics/reconciler/reconciler.h b/src/v/cloud_topics/reconciler/reconciler.h index 37b2f5fccf2c5..a867aeeaded79 100644 --- a/src/v/cloud_topics/reconciler/reconciler.h +++ b/src/v/cloud_topics/reconciler/reconciler.h @@ -253,14 +253,6 @@ class reconciler { ss::future make_reader(frontend*, kafka::offset start_offset, size_t); - /* - * Convert an ntp to a topic_id_partition using the metadata cache. - * Returns nullopt if the topic doesn't exist or doesn't have a - * topic_id. - */ - std::optional - ntp_to_topic_id_partition(const model::ntp& ntp) const; - private: data_plane_api* _data_plane; l1::io* _l1_io;