Remove unused content-blocker dependency from unit tests.

This commit is contained in:
Ms2ger 2017-03-09 10:29:34 +01:00
parent 802440dbf0
commit c1e8beacdc
4 changed files with 0 additions and 15 deletions

View file

@ -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;