Skip to content

Commit

Permalink
Remove useless sfv flag in ffi (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggbondzhu committed Jun 5, 2024
1 parent abb0ee5 commit b860d33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b860d33

Please sign in to comment.