mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Remove LoadConsumer::Listener.
This commit is contained in:
parent
e8d9546035
commit
40c711bf97
2 changed files with 1 additions and 12 deletions
|
@ -305,7 +305,6 @@ impl AsyncResponseTarget {
|
|||
#[derive(Deserialize, Serialize)]
|
||||
pub enum LoadConsumer {
|
||||
Channel(IpcSender<LoadResponse>),
|
||||
Listener(AsyncResponseTarget),
|
||||
}
|
||||
|
||||
/// Handle to a resource thread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue