diff options
Diffstat (limited to 'third_party/rust/neqo-common/src/lib.rs')
-rw-r--r-- | third_party/rust/neqo-common/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/rust/neqo-common/src/lib.rs b/third_party/rust/neqo-common/src/lib.rs index fe88097983..e988c6071d 100644 --- a/third_party/rust/neqo-common/src/lib.rs +++ b/third_party/rust/neqo-common/src/lib.rs @@ -16,8 +16,6 @@ pub mod log; pub mod qlog; pub mod timer; pub mod tos; -#[cfg(feature = "udp")] -pub mod udp; use std::fmt::Write; |