diff options
Diffstat (limited to 'core/vm/stack.go')
-rw-r--r-- | core/vm/stack.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/vm/stack.go b/core/vm/stack.go index 168637708..bb232d0b9 100644 --- a/core/vm/stack.go +++ b/core/vm/stack.go @@ -5,8 +5,6 @@ import ( "math/big" ) -const maxStack = 1024 - func newStack() *stack { return &stack{} } |