Skip to content

Commit c44a7ca

Browse files
committed
Cleanup
1 parent 9747849 commit c44a7ca

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

src/thread/srp.rs

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -937,22 +937,10 @@ impl OtSrp {
937937
trace!("Plat SRP changed callback");
938938

939939
self.cleanup(host_info, removed_services);
940-
941-
// TODO
942-
// let state = self.state();
943-
// if let Ok(srp) = state.srp() {
944-
// srp.changes.signal(());
945-
// state.ot.changes.signal(());
946-
// }
947940
}
948941

949942
fn plat_srp_auto_started(&mut self) {
950-
// TODO
951-
// let state = self.state();
952-
// if let Ok(srp) = state.srp() {
953-
// srp.changes.signal(());
954-
// state.ot.changes.signal(());
955-
// }
943+
// TODO - in future, consider if we need to signal the changes here
956944
}
957945

958946
pub(crate) unsafe extern "C" fn plat_c_srp_state_change_callback(

0 commit comments

Comments
 (0)