Skip to content

Commit

Permalink
refactor: Clean up comment code
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMushow committed Nov 13, 2024
1 parent 5f454fc commit 6004d2f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions CoqOfRust/move_sui/simulations/move_vm_types/values/values_impl.v
Original file line number Diff line number Diff line change
Expand Up @@ -204,17 +204,6 @@ enum ReferenceImpl {
}
*)

(*
impl ReferenceImpl {
fn read_ref(self) -> PartialVMResult<Value> {
match self {
Self::ContainerRef(r) => r.read_ref(),
Self::IndexedRef(r) => r.read_ref(),
}
}
}
*)

Module ReferenceImpl.
Inductive t : Set :=
| IndexedRef : IndexedRef.t -> t
Expand Down

0 comments on commit 6004d2f

Please sign in to comment.