aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/evm/main.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-03-02 19:01:01 +0800
committerGitHub <noreply@github.com>2017-03-02 19:01:01 +0800
commit82e7c1d1241737fd0ae9b25e0f20857b8597b148 (patch)
treee4a0e97dc85578b374102072fa73249baa196bc0 /cmd/evm/main.go
parentc52ab932e61ef9eba37c107e8b58b22c7d32e6c2 (diff)
parentf30733c806561a97900613517dade377bf57528c (diff)
downloadgo-tangerine-82e7c1d1241737fd0ae9b25e0f20857b8597b148.tar
go-tangerine-82e7c1d1241737fd0ae9b25e0f20857b8597b148.tar.gz
go-tangerine-82e7c1d1241737fd0ae9b25e0f20857b8597b148.tar.bz2
go-tangerine-82e7c1d1241737fd0ae9b25e0f20857b8597b148.tar.lz
go-tangerine-82e7c1d1241737fd0ae9b25e0f20857b8597b148.tar.xz
go-tangerine-82e7c1d1241737fd0ae9b25e0f20857b8597b148.tar.zst
go-tangerine-82e7c1d1241737fd0ae9b25e0f20857b8597b148.zip
Merge pull request #3728 from obscuren/format-trace
core/evm, core/vm: improved evm trace output
Diffstat (limited to 'cmd/evm/main.go')
-rw-r--r--cmd/evm/main.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmd/evm/main.go b/cmd/evm/main.go
index cc4f8a49c..5f85f484e 100644
--- a/cmd/evm/main.go
+++ b/cmd/evm/main.go
@@ -66,10 +66,6 @@ var (
Name: "input",
Usage: "input for the EVM",
}
- SysStatFlag = cli.BoolFlag{
- Name: "sysstat",
- Usage: "display system stats",
- }
VerbosityFlag = cli.IntFlag{
Name: "verbosity",
Usage: "sets the verbosity level",
@@ -89,7 +85,6 @@ func init() {
CreateFlag,
DebugFlag,
VerbosityFlag,
- SysStatFlag,
CodeFlag,
CodeFileFlag,
GasFlag,