Remove unused ProfileCategory.
This commit is contained in:
parent
500ddc5efd
commit
0a4d948b4a
4 changed files with 0 additions and 16 deletions
|
@ -111,17 +111,6 @@ cfg_if! {
|
|||
|
||||
type Profiler = measureme::Profiler<SerializationSink>;
|
||||
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq, Ord, PartialOrd)]
|
||||
pub enum ProfileCategory {
|
||||
Parsing,
|
||||
Expansion,
|
||||
TypeChecking,
|
||||
BorrowChecking,
|
||||
Codegen,
|
||||
Linking,
|
||||
Other,
|
||||
}
|
||||
|
||||
bitflags::bitflags! {
|
||||
struct EventFilter: u32 {
|
||||
const GENERIC_ACTIVITIES = 1 << 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue