Auto merge of #6814 - mbrubeck:dead-dep, r=Ms2ger

Remove unused script -> layout_traits dependency



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6814)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-07-28 12:15:00 -06:00
commit 59ea4a18ae
5 changed files with 0 additions and 7 deletions

View file

@ -30,9 +30,6 @@ path = "../profile_traits"
[dependencies.script_traits]
path = "../script_traits"
[dependencies.layout_traits]
path = "../layout_traits"
[dependencies.devtools_traits]
path = "../devtools_traits"

View file

@ -48,7 +48,6 @@ extern crate fnv;
extern crate hyper;
extern crate ipc_channel;
extern crate js;
extern crate layout_traits;
extern crate libc;
extern crate msg;
extern crate net_traits;

View file

@ -1167,7 +1167,6 @@ dependencies = [
"hyper 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
"ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)",
"js 0.1.0 (git+https://github.com/servo/rust-mozjs)",
"layout_traits 0.0.1",
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",

1
ports/cef/Cargo.lock generated
View file

@ -1146,7 +1146,6 @@ dependencies = [
"hyper 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
"ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)",
"js 0.1.0 (git+https://github.com/servo/rust-mozjs)",
"layout_traits 0.0.1",
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",

1
ports/gonk/Cargo.lock generated
View file

@ -1054,7 +1054,6 @@ dependencies = [
"hyper 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
"ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)",
"js 0.1.0 (git+https://github.com/servo/rust-mozjs)",
"layout_traits 0.0.1",
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",