Auto merge of #12990 - servo:geckolib-the-util-the, r=Wafflespeanut

Remove unused dependency on util from geckolib.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12990)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-08-23 06:18:44 -05:00 committed by GitHub
commit f863a7c317
3 changed files with 0 additions and 3 deletions

View file

@ -15,7 +15,6 @@ dependencies = [
"style 0.0.1",
"style_traits 0.0.1",
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
]
[[package]]

View file

@ -23,4 +23,3 @@ selectors = "0.11"
style = {path = "../../components/style", features = ["gecko"]}
style_traits = {path = "../../components/style_traits"}
url = "1.2"
util = {path = "../../components/util"}

View file

@ -15,7 +15,6 @@ extern crate selectors;
extern crate style;
extern crate style_traits;
extern crate url;
extern crate util;
mod context;
mod data;