Skip to content

Commit 155c082

Browse files
committed
Small wip
1 parent 6c923f8 commit 155c082

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CoqOfRust/revm/revm_interpreter/links/gas.v

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ Require Import revm_interpreter.gas.
1313

1414
(*
1515
pub struct MemoryGas {
16-
/// Current memory length
1716
pub words_num: usize,
18-
/// Current memory expansion cost
1917
pub expansion_cost: u64,
2018
}
2119
*)

0 commit comments

Comments
 (0)