mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Remove unreachable code from http_loader
This commit is contained in:
parent
264408a44b
commit
8f2906b09e
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ fn load(url: Url, progress_chan: Chan<ProgressMsg>) {
|
|||
}
|
||||
progress_chan.send(Payload(buf));
|
||||
}
|
||||
progress_chan.send(Done(Ok(())));
|
||||
}
|
||||
|
||||
// FIXME: Quick hack to convert ip addresses to SocketAddr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue