diff --git a/cmd/ethereum/flags.go b/cmd/ethereum/flags.go
index fe848397cf83116bbae2336a06f8cfb5a143cd6c..a3004f503af371b1132f07c63d17780849647056 100644
--- a/cmd/ethereum/flags.go
+++ b/cmd/ethereum/flags.go
@@ -134,7 +134,6 @@ func Init() {
 
 	flag.StringVar(&BootNodes, "bootnodes", "", "space-separated node URLs for discovery bootstrap")
 	flag.IntVar(&MaxPeer, "maxpeer", 30, "maximum desired peers")
-	flag.IntVar(&MinerThreads, "minerthreads", runtime.NumCPU(), "number of miner threads")
 
 	flag.Parse()