From 3683f8345c51d819806951a71dd221b502725ca6 Mon Sep 17 00:00:00 2001 From: Mariano Nicolini Date: Tue, 19 Sep 2023 17:30:58 -0300 Subject: [PATCH] Remove unused commented code --- pkg/hints/hint_utils/testing_utils.go | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pkg/hints/hint_utils/testing_utils.go b/pkg/hints/hint_utils/testing_utils.go index 91904483..46403f07 100644 --- a/pkg/hints/hint_utils/testing_utils.go +++ b/pkg/hints/hint_utils/testing_utils.go @@ -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 {