Auto merge of #5817 - Adenilson:squashWarning, r=glennw

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5817)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-04-24 07:44:51 -05:00
commit 471ce46f57

View file

@ -124,7 +124,6 @@ impl Handler {
let pipeline_id = self.get_root_pipeline(); let pipeline_id = self.get_root_pipeline();
let func_body = &parameters.script; let func_body = &parameters.script;
let args = &parameters.args;
let args_string = ""; let args_string = "";
// This is pretty ugly; we really want something that acts like // This is pretty ugly; we really want something that acts like