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:
Marijan Petričević 2024-04-12 11:28:35 -05:00
parent bd71213cf0
commit 861e213f87
No known key found for this signature in database
GPG Key ID: 1F91A4D2C72FDA5F
1 changed files with 0 additions and 2 deletions

View File

@ -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;