Skip to content

Commit

Permalink
Remove unused content-blocker dependency from unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Mar 9, 2017
1 parent 802440d commit c1e8bea
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tests/unit/net/Cargo.toml
Expand Up @@ -10,7 +10,6 @@ path = "lib.rs"
doctest = false

[dependencies]
content-blocker = "0.2.3"
cookie = "0.2"
devtools_traits = {path = "../../../components/devtools_traits"}
flate2 = "0.2.0"
Expand Down
1 change: 0 additions & 1 deletion tests/unit/net/http_loader.rs
Expand Up @@ -2,7 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

use content_blocker::parse_list;
use cookie_rs::Cookie as CookiePair;
use devtools_traits::{ChromeToDevtoolsControlMsg, DevtoolsControlMsg, NetworkEvent};
use devtools_traits::HttpRequest as DevtoolsHttpRequest;
Expand Down
1 change: 0 additions & 1 deletion tests/unit/net/lib.rs
Expand Up @@ -2,7 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

extern crate content_blocker;
extern crate cookie as cookie_rs;
extern crate devtools_traits;
extern crate flate2;
Expand Down

0 comments on commit c1e8bea

Please sign in to comment.