diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2015-11-19 22:12:19 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2015-11-19 22:12:19 +0530 |
commit | ced8763b25df54f7820563200003dd79c05d0ec3 (patch) | |
tree | 1ee9478dccd5ae824be3398934f1e8db5b0c2bc7 /components/script/dom/bindings | |
parent | 7526ed72d7c7533cf758c85b98cd61952c0578d9 (diff) | |
parent | bf7053bc17f01e862e92297e2cf1bbfa44dd685a (diff) | |
download | servo-ced8763b25df54f7820563200003dd79c05d0ec3.tar.gz servo-ced8763b25df54f7820563200003dd79c05d0ec3.zip |
Auto merge of #8604 - Ms2ger:unused-import, r=jdm
Remove unused import.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8604)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/bindings')
-rw-r--r-- | components/script/dom/bindings/trace.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/bindings/trace.rs b/components/script/dom/bindings/trace.rs index f6488ee8acf..e494302ec52 100644 --- a/components/script/dom/bindings/trace.rs +++ b/components/script/dom/bindings/trace.rs @@ -54,7 +54,6 @@ use js::rust::Runtime; use layout_interface::{LayoutChan, LayoutRPC}; use libc; use msg::constellation_msg::ConstellationChan; -use msg::constellation_msg::ScriptMsg as ConstellationMsg; use msg::constellation_msg::{PipelineId, SubpageId, WindowSizeData, WorkerId}; use net_traits::Metadata; use net_traits::image::base::Image; |