Skip to content

Commit 799f023

Browse files
authored
Merge pull request #320 from mstange/remove-unused-counterhandle
Remove extra CounterHandle definition.
2 parents 508b225 + 777247a commit 799f023

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)