Skip to content

Commit

Permalink
zkvm: remove cmath
Browse files Browse the repository at this point in the history
- Remove cmath from zkvm module since cmath was moved to sys and is
shared by all platforms (see rust-lang#120109)
  • Loading branch information
marijanp committed Apr 12, 2024
1 parent bd71213 commit 861e213
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/std/src/sys/pal/zkvm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ const WORD_SIZE: usize = core::mem::size_of::<u32>();
pub mod alloc;
#[path = "../zkvm/args.rs"]
pub mod args;
#[path = "../unix/cmath.rs"]
pub mod cmath;
pub mod env;
#[path = "../unsupported/fs.rs"]
pub mod fs;
Expand Down

0 comments on commit 861e213

Please sign in to comment.