File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -177,8 +177,6 @@ cfg_if::cfg_if! {
177177 } else {
178178 mod noop;
179179 use self :: noop:: trace as trace_imp;
180- use self :: noop:: trace_thread as trace_thread_imp;
181- use self :: noop:: trace_thread_unsynchronized;
182180 pub ( crate ) use self :: noop:: Frame as FrameImp ;
183181 }
184182}
Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ use core::ffi::c_void;
66#[ inline( always) ]
77pub fn trace ( _cb : & mut dyn FnMut ( & super :: Frame ) -> bool ) { }
88
9- #[ inline( always) ]
10- pub fn trace_thread ( cb : & mut dyn FnMut ( & super :: Frame ) -> bool , thread : * mut c_void ) { }
11-
12- pub fn trace_thread_unsynchronized < F : FnMut ( & Frame ) -> bool > ( thread : * mut c_void , mut cb : F ) { }
13-
149#[ derive( Clone ) ]
1510pub struct Frame ;
1611
You can’t perform that action at this time.
0 commit comments