mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
core/vm: happy lint, happy life
This commit is contained in:
parent
04023e6120
commit
d3a32816f9
1 changed files with 0 additions and 4 deletions
|
|
@ -28,10 +28,6 @@ type stackArena struct {
|
|||
top int // first free slot
|
||||
}
|
||||
|
||||
func (sa *stackArena) push(value *uint256.Int) {
|
||||
|
||||
}
|
||||
|
||||
func newArena() *stackArena {
|
||||
return &stackArena{
|
||||
data: make([]uint256.Int, 1025),
|
||||
|
|
|
|||
Loading…
Reference in a new issue