Skip to content

Commit

Permalink
Auto merge of #8344 - Ms2ger:warnings, r=saneyuki
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
bors-servo committed Nov 5, 2015
2 parents 021f441 + 1c12ec0 commit 8b030c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/script/parse/xml.rs
Expand Up @@ -13,8 +13,8 @@ pub enum ParseContext {
}


pub fn parse_xml(document: &Document,
input: DOMString,
url: Url,
context: ParseContext) {
pub fn parse_xml(_document: &Document,
_input: DOMString,
_url: Url,
_context: ParseContext) {
}

0 comments on commit 8b030c5

Please sign in to comment.