aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-04-24 07:44:51 -0500
committerbors-servo <metajack+bors@gmail.com>2015-04-24 07:44:51 -0500
commit471ce46f57bd905034c856d0136ef31047eba69c (patch)
treef73f41e9408f10f391c9509e7274d7c3187f6c6a
parent07aa6306f58b5d575a65ebaf5c71f510423ed8ca (diff)
parent7ebb30edb57df2cd6e58fc07e72fe88345d5cd42 (diff)
downloadservo-471ce46f57bd905034c856d0136ef31047eba69c.tar.gz
servo-471ce46f57bd905034c856d0136ef31047eba69c.zip
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 -->
-rw-r--r--components/webdriver_server/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/webdriver_server/lib.rs b/components/webdriver_server/lib.rs
index d1d57608f14..afd40fb9414 100644
--- a/components/webdriver_server/lib.rs
+++ b/components/webdriver_server/lib.rs
@@ -124,7 +124,6 @@ impl Handler {
let pipeline_id = self.get_root_pipeline();
let func_body = &parameters.script;
- let args = &parameters.args;
let args_string = "";
// This is pretty ugly; we really want something that acts like