Skip to content

Commit ef44db3

Browse files
LakshmiSravyaVedanthamlakshmisravya123
andauthored
[ISSUE ##6332]fix: remove commented-out dead code from offset_request_handler.rs (#6333)
Remove the unused commented-out `handle_get_min_offset` function stub. The actual implementation lives in `handle_get_min_offset_for_static_topic`. Co-authored-by: lakshmisravya123 <sravyalu@Rajs-MacBook-Pro.local>
1 parent 61c399e commit ef44db3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

rocketmq-broker/src/processor/admin_broker_processor/offset_request_handler.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,6 @@ impl<MS: MessageStore> OffsetRequestHandler<MS> {
113113
response_header,
114114
)))
115115
}
116-
/*
117-
async fn handle_get_min_offset(
118-
&mut self,
119-
mut request_header: GetMinOffsetRequestHeader,
120-
) -> rocketmq_error::RocketMQResult<Option<RemotingCommand>> {
121-
122-
}*/
123116

124117
async fn handle_get_min_offset_for_static_topic(
125118
&mut self,

0 commit comments

Comments
 (0)