mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-20 11:46:44 +00:00
cmd/evm: remove unused VerbosityFlag from t8ntool
This commit is contained in:
parent
9a8e14e77e
commit
4fb47794f8
1 changed files with 0 additions and 5 deletions
|
|
@ -162,9 +162,4 @@ var (
|
||||||
strings.Join(vm.ActivateableEips(), ", ")),
|
strings.Join(vm.ActivateableEips(), ", ")),
|
||||||
Value: "GrayGlacier",
|
Value: "GrayGlacier",
|
||||||
}
|
}
|
||||||
VerbosityFlag = &cli.IntFlag{
|
|
||||||
Name: "verbosity",
|
|
||||||
Usage: "sets the verbosity level",
|
|
||||||
Value: 3,
|
|
||||||
}
|
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue