Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
ltratt committed Dec 4, 2020
1 parent b58b6bb commit ff795a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ykrt/src/mt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use std::{
},
thread::{self, JoinHandle},
};
use ykcompile::{CompiledTrace, TraceCompiler};
use ykcompile::TraceCompiler;
use yktrace::{sir::SIR, start_tracing, tir::TirTrace, ThreadTracer, TracingKind};

pub type HotThreshold = usize;
Expand Down

0 comments on commit ff795a0

Please sign in to comment.