Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
junyu0312 committed Apr 30, 2024
1 parent 64e788a commit 5eb1656
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/zkwasm/src/loader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ use crate::circuits::ZkWasmCircuit;
use crate::error::BuildingCircuitError;
use crate::loader::err::Error;
use crate::loader::err::PreCheckErr;
#[cfg(feature = "profile")]
use crate::profile::Profiler;

use crate::runtime::host::host_env::HostEnv;
use crate::runtime::monitor::WasmiMonitor;
Expand Down

0 comments on commit 5eb1656

Please sign in to comment.