mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove Request::done.
It does not appear to be used at all.
This commit is contained in:
parent
882d5512bb
commit
1222db62aa
2 changed files with 0 additions and 5 deletions
|
@ -378,9 +378,6 @@ pub fn main_fetch(request: Rc<Request>,
|
|||
}
|
||||
}
|
||||
|
||||
// Step 23
|
||||
request.done.set(true);
|
||||
|
||||
// Step 24
|
||||
if let Some(ref mut target) = *target {
|
||||
target.process_response_eof(&response);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue