zkvm: remove cmath
- Remove cmath from zkvm module since cmath was moved to sys and is shared by all platforms (see #120109)
This commit is contained in:
parent
bd71213cf0
commit
861e213f87
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue