Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Walker Crouse <Walker.Crouse@bjss.com>
  • Loading branch information
Walker Crouse authored and Walker Crouse committed Aug 10, 2024
1 parent bfcf9da commit cb000e7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions zeroconf/src/bonjour/event_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@ impl TEventLoop for BonjourEventLoop {
}
}
}

unsafe impl Send for BonjourEventLoop {}
2 changes: 0 additions & 2 deletions zeroconf/src/bonjour/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ impl BonjourServiceContext {
}
}

unsafe impl Send for BonjourServiceContext {}

unsafe extern "system" fn register_callback(
_sd_ref: DNSServiceRef,
_flags: DNSServiceFlags,
Expand Down
1 change: 0 additions & 1 deletion zeroconf/src/bonjour/txt_record_ref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ impl fmt::Debug for ManagedTXTRecordRef {
}

unsafe impl Send for ManagedTXTRecordRef {}
unsafe impl Sync for ManagedTXTRecordRef {}

fn _get_count(length: u16, data: *const c_void) -> u16 {
unsafe { TXTRecordGetCount(length, data) }
Expand Down

0 comments on commit cb000e7

Please sign in to comment.