Skip to content

Commit 8b4ce46

Browse files
committed
More cleanup.
1 parent 1f1c4ac commit 8b4ce46

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

crates/loadable/src/lib.rs

-8
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,3 @@ fn panic(_info: &core::panic::PanicInfo) -> ! {
3030
#[cfg(not(test))]
3131
#[lang = "eh_personality"]
3232
extern "C" fn eh_personality() {}
33-
34-
#[cfg(target_family = "wasm")]
35-
#[no_mangle]
36-
static _CLOCK_PROCESS_CPUTIME_ID: i32 = 1;
37-
38-
#[cfg(target_family = "wasm")]
39-
#[no_mangle]
40-
static _CLOCK_THREAD_CPUTIME_ID: i32 = 1;

0 commit comments

Comments
 (0)