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;