Skip to content

Commit 6d272ce

Browse files
remove left-over comment
1 parent 3252a71 commit 6d272ce

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

profiling/src/io/got_macho.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@
4949
// - Apple dyld source: https://opensource.apple.com/source/dyld/
5050
// - Mach-O headers: <mach-o/loader.h>, <mach-o/nlist.h>
5151

52-
// The libc crate deprecates Mach-O types in favor of the mach2 crate, but we only use a few
53-
// types and don't want to add a dependency just for that.
54-
// #![allow(deprecated)]
55-
5652
use super::GotSymbolOverwrite;
5753
use libc::{c_char, c_void};
5854
use log::{error, trace};

0 commit comments

Comments
 (0)