Skip to content

Commit

Permalink
Remove unused commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
entropidelic committed Sep 19, 2023
1 parent 07619a8 commit 3683f83
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pkg/hints/hint_utils/testing_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,8 @@ func SetupIdsForTest(ids map[string][]*memory.MaybeRelocatable, vm *VirtualMachi
},
}
// Update current_offset
// var offset_update int
// if len(elems) != 0 {
// offset_update = len(elems)
// } else {
// offset_update = 1
// }
current_offset += len(elems)
// current_offset += offset_update

// Insert ids variables (if present)
for n, elem := range elems {
if elem != nil {
Expand Down

0 comments on commit 3683f83

Please sign in to comment.