diff --git a/components/net_traits/lib.rs b/components/net_traits/lib.rs index 86c7c85b204..754e6cc3567 100644 --- a/components/net_traits/lib.rs +++ b/components/net_traits/lib.rs @@ -5,7 +5,6 @@ #![feature(box_syntax)] #![feature(custom_attribute)] #![feature(custom_derive)] -#![feature(box_raw)] #![feature(plugin)] #![feature(slice_patterns)] #![feature(step_by)] @@ -83,11 +82,6 @@ pub enum ResponseMsg { Errored } -pub struct ResponseLoader { - response: Response, - chan: Receiver -} - /// A [Response](https://fetch.spec.whatwg.org/#concept-response) as defined by the Fetch spec #[derive(Clone)] pub struct Response {