Remove typedefs DevtoolsControlChan and DevtoolsControlPort. Fixes #6923.

This commit is contained in:
Connor Imes 2015-08-05 13:23:07 -05:00
parent 95269bba39
commit 8c3cf90e6e
4 changed files with 7 additions and 10 deletions

View file

@ -39,9 +39,6 @@ use time::Duration;
use std::net::TcpStream;
use std::sync::mpsc::{Receiver, Sender};
pub type DevtoolsControlChan = Sender<DevtoolsControlMsg>;
pub type DevtoolsControlPort = Receiver<DevtoolScriptControlMsg>;
// Information would be attached to NewGlobal to be received and show in devtools.
// Extend these fields if we need more information.
#[derive(Deserialize, Serialize)]