aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile/time.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/profile/time.rs')
-rw-r--r--components/profile/time.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/profile/time.rs b/components/profile/time.rs
index 302003ecbb8..6076c39a0b2 100644
--- a/components/profile/time.rs
+++ b/components/profile/time.rs
@@ -12,7 +12,6 @@ use std::cmp::Ordering;
use std::collections::BTreeMap;
use std::f64;
use std::thread::sleep_ms;
-use std_time::precise_time_ns;
use util::task::spawn_named;
pub trait Formattable {