mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
Fix build warnings unused imports
This commit is contained in:
parent
e583226510
commit
0b69d8465b
@ -1,4 +1,4 @@
|
||||
use crate::webassembly::LinearMemory;
|
||||
// use crate::webassembly::LinearMemory;
|
||||
|
||||
pub fn align_memory(ptr: u32) -> u32 {
|
||||
(ptr + 15) & !15
|
||||
|
@ -1,7 +1,6 @@
|
||||
use super::utils::{copy_cstr_into_wasm, write_to_buf};
|
||||
use libc::{
|
||||
c_int,
|
||||
c_long,
|
||||
clock_gettime as libc_clock_gettime,
|
||||
localtime,
|
||||
localtime_r,
|
||||
|
Loading…
Reference in New Issue
Block a user