Fix build warnings unused imports

This commit is contained in:
Brandon Fish 2018-12-13 19:58:31 -06:00
parent e583226510
commit 0b69d8465b
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
use crate::webassembly::LinearMemory;
// use crate::webassembly::LinearMemory;
pub fn align_memory(ptr: u32) -> u32 {
(ptr + 15) & !15

View File

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