Skip to content

Commit

Permalink
Fix build warnings unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed Dec 14, 2018
1 parent e583226 commit 0b69d84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/apis/emscripten/storage.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::webassembly::LinearMemory;
// use crate::webassembly::LinearMemory;

pub fn align_memory(ptr: u32) -> u32 {
(ptr + 15) & !15
Expand Down
1 change: 0 additions & 1 deletion src/apis/emscripten/time.rs
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 0b69d84

Please sign in to comment.