diff --git a/src/ffi.rs b/src/ffi.rs index 22f31a35..ea89dc5f 100644 --- a/src/ffi.rs +++ b/src/ffi.rs @@ -1981,7 +1981,6 @@ pub extern "C" fn http3_recv_body( /// Parse HTTP/3 priority data. #[no_mangle] -#[cfg(feature = "sfv")] pub extern "C" fn http3_parse_extensible_priority( priority: *const u8, priority_len: size_t,