Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-pino committed Sep 26, 2023
1 parent c929a56 commit beec66c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/runners/zero/zero.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,14 +332,6 @@ func (runner *ZeroRunner) pc() *memory.MemoryAddress {
return runner.vm.Context.Pc
}

func (runner *ZeroRunner) ap() uint64 {
return runner.vm.Context.Ap
}

func (runner *ZeroRunner) fp() uint64 {
return runner.vm.Context.Fp
}

func (runner *ZeroRunner) steps() uint64 {
return runner.vm.Step
}
Expand Down

0 comments on commit beec66c

Please sign in to comment.