Skip to content

Commit

Permalink
Removes unused vars from host env fn
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Sep 5, 2024
1 parent c1d257b commit 20dc9cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/vm/src/host_env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2134,8 +2134,6 @@ where
H: 'static + StorageHasher,
CA: WasmCacheAccess,
{
let _sentinel = unsafe { env.ctx.sentinel.get() };
let _gas_meter = unsafe { env.ctx.gas_meter.get() };
let (serialized_transaction, gas) = env
.memory
.read_bytes(transaction_ptr, transaction_len.try_into()?)
Expand Down

0 comments on commit 20dc9cf

Please sign in to comment.