Auto merge of #20819 - servo:fourchette, r=jdm

Remove unused build targets

<!-- 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/20819)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-05-19 06:22:21 -04:00 committed by GitHub
commit b0cb92176a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 14 additions and 82156 deletions

View file

@ -32,7 +32,6 @@ mod parsing;
mod properties;
mod rule_tree;
mod size_of;
#[path = "../../../ports/geckolib/tests/specified_values.rs"]
mod specified_values;
mod str;
mod stylesheets;