Skip to content

Commit 861e213

Browse files
committed
zkvm: remove cmath
- Remove cmath from zkvm module since cmath was moved to sys and is shared by all platforms (see rust-lang#120109)
1 parent bd71213 commit 861e213

File tree

1 file changed

+0
-2
lines changed
  • library/std/src/sys/pal/zkvm

1 file changed

+0
-2
lines changed

Diff for: library/std/src/sys/pal/zkvm/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ const WORD_SIZE: usize = core::mem::size_of::<u32>();
1212
pub mod alloc;
1313
#[path = "../zkvm/args.rs"]
1414
pub mod args;
15-
#[path = "../unix/cmath.rs"]
16-
pub mod cmath;
1715
pub mod env;
1816
#[path = "../unsupported/fs.rs"]
1917
pub mod fs;

0 commit comments

Comments
 (0)