Skip to content

Commit 597ad44

Browse files
committed
Remove unused type alias
1 parent 05242c7 commit 597ad44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/symbolize/libbacktrace.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ use std::sync::{ONCE_INIT, Once};
2222

2323
use SymbolName;
2424

25-
type FileLine = (*const c_char, c_int);
26-
2725
pub enum Symbol {
2826
Syminfo {
2927
pc: uintptr_t,

0 commit comments

Comments
 (0)