aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/http_cache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/http_cache.rs')
-rw-r--r--components/net/http_cache.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/net/http_cache.rs b/components/net/http_cache.rs
index ab7f99f1e0e..d467a38baf3 100644
--- a/components/net/http_cache.rs
+++ b/components/net/http_cache.rs
@@ -29,7 +29,6 @@ use std::ops::Bound;
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::Mutex;
use std::time::SystemTime;
-use time;
use time::{Duration, Timespec, Tm};
/// The key used to differentiate requests in the cache.