diff --git a/components/net_traits/lib.rs b/components/net_traits/lib.rs index 7f4a3abd164..bc920ccd2dd 100644 --- a/components/net_traits/lib.rs +++ b/components/net_traits/lib.rs @@ -463,9 +463,6 @@ pub enum CoreResourceMsg { Exit(IpcSender<()>), } -/// Initialized but unsent request. Encapsulates everything necessary to instruct -/// the resource thread to make a new request. The `load` method *must* be called before -/// destruction or the thread will panic. struct LoadOriginData { pipeline: Option, referrer_policy: Option,