Remove LoadConsumer::Listener.

This commit is contained in:
Ms2ger 2016-10-11 18:09:05 +02:00
parent e8d9546035
commit 40c711bf97
2 changed files with 1 additions and 12 deletions

View file

@ -305,7 +305,6 @@ impl AsyncResponseTarget {
#[derive(Deserialize, Serialize)]
pub enum LoadConsumer {
Channel(IpcSender<LoadResponse>),
Listener(AsyncResponseTarget),
}
/// Handle to a resource thread