Fix unused import warnings.

This commit is contained in:
Simon Sapin 2013-10-28 15:50:28 +00:00
parent 4eb1e88e8f
commit b9fddb951e
2 changed files with 4 additions and 3 deletions

View file

@ -21,7 +21,6 @@ use servo_util::time;
use std::comm::{Chan, Port, SharedChan};
use std::task::spawn_with;
use std::util;
use extra::arc::Arc;
use buffer_map::BufferMap;