Skip to content

Commit

Permalink
remove left-over comment
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Feb 20, 2025
1 parent e0b7833 commit b4ceb84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions profiling/src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ unsafe extern "C" fn callback(info: *mut dl_phdr_info, _size: usize, data: *mut
.unwrap_or("[Unknown]")
};

//libc::raise(libc::SIGTRAP);

// I guess if we try to hook into GOT from `linux-vdso` or `ld-linux` our best outcome will be
// that nothing happens, but most likely we'll crash and we should avoid that.
if name.contains("linux-vdso") || name.contains("ld-linux") {
Expand Down

0 comments on commit b4ceb84

Please sign in to comment.