mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Auto merge of #8344 - Ms2ger:warnings, r=saneyuki
Silence unused code warnings. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8344) <!-- Reviewable:end -->
This commit is contained in:
commit
8b030c5177
1 changed files with 4 additions and 4 deletions
|
@ -13,8 +13,8 @@ pub enum ParseContext {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
pub fn parse_xml(document: &Document,
|
pub fn parse_xml(_document: &Document,
|
||||||
input: DOMString,
|
_input: DOMString,
|
||||||
url: Url,
|
_url: Url,
|
||||||
context: ParseContext) {
|
_context: ParseContext) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue