mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove a dead_code annotation from a live method.
This commit is contained in:
parent
712b053f4f
commit
31dbb29895
1 changed files with 0 additions and 1 deletions
|
@ -1220,7 +1220,6 @@ impl XMLHttpRequest {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
fn final_mime_type(&self) -> Option<Mime> {
|
||||
if self.override_mime_type.borrow().is_some() {
|
||||
self.override_mime_type.borrow().clone()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue