From 49936b6ce7eec2c3717492b9e950a66a605c1239 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Wed, 30 Sep 2015 11:34:50 +0200 Subject: [PATCH] Remove dead code from net_traits. It was added in commit ecf02a3656d60d4197e7cfc53beaedbc5e1019c0. --- components/net_traits/lib.rs | 6 ------ 1 file changed, 6 deletions(-) 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 {