Skip to content

Commit 777247a

Browse files
committed
Remove extra CounterHandle definition.
This one was unused; the real one is in counters.rs. This fixes a clippy warning.
1 parent 508b225 commit 777247a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fxprof-processed-profile/src/thread.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ use crate::{CategoryHandle, Marker, MarkerHandle, MarkerTiming, MarkerTypeHandle
2222
#[derive(Debug, Clone, Copy, PartialOrd, Ord, PartialEq, Eq, Hash)]
2323
pub struct ProcessHandle(pub(crate) usize);
2424

25-
#[derive(Debug, Clone, Copy, PartialOrd, Ord, PartialEq, Eq, Hash)]
26-
pub struct CounterHandle(pub(crate) usize);
27-
2825
#[derive(Debug)]
2926
pub struct Thread {
3027
process: ProcessHandle,

0 commit comments

Comments
 (0)