Skip to content

Commit

Permalink
Remove legacy unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
niuxiaojie81 committed Jan 10, 2024
1 parent 7d00e96 commit 388b8f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/parallel_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ import (
"github.com/PlatONnetwork/PlatON-Go/params"
)

const (
// Number of contractAddress->bool associations to keep.
contractCacheSize = 100000
)

var (
executorOnce sync.Once
executor Executor
Expand Down

0 comments on commit 388b8f7

Please sign in to comment.