Skip to content

Commit

Permalink
Appease clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
afranchuk committed Jan 18, 2024
1 parent aff54e2 commit 70f3289
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samply/src/linux_shared/convert_regs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ use linux_perf_event_reader::constants::{
};
use linux_perf_event_reader::Regs;

pub use super::event_interpretation::EventInterpretation;

pub trait ConvertRegs {
type UnwindRegs;
fn convert_regs(regs: &Regs) -> (u64, u64, Self::UnwindRegs);
Expand Down

0 comments on commit 70f3289

Please sign in to comment.