diff --git a/esp-wifi/src/compat/misc.rs b/esp-wifi/src/compat/misc.rs index 48aa5ea73c5..d0b44af3b9b 100644 --- a/esp-wifi/src/compat/misc.rs +++ b/esp-wifi/src/compat/misc.rs @@ -46,7 +46,6 @@ unsafe extern "C" fn strcmp(str1: *const i8, str2: *const i8) -> i32 { } } - #[cfg(feature = "have-strchr")] extern "C" { fn strchr(str: *const i8, c: i32) -> *const i8;