Skip to content

Commit

Permalink
Remove extraneous c_void import (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanrittenhouse committed Apr 29, 2024
1 parent 7ff75b2 commit ecee257
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions quiche/src/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1994,11 +1994,6 @@ mod tests {
#[cfg(windows)]
use winapi::um::ws2tcpip::inet_ntop;

#[cfg(not(windows))]
use libc::c_void;
#[cfg(windows)]
use winapi::ctypes::c_void;

#[test]
fn addr_v4() {
let addr = "127.0.0.1:8080".parse().unwrap();
Expand Down

0 comments on commit ecee257

Please sign in to comment.