mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/swarm/swarm-smoke: remove unused store size cli flag
This commit is contained in:
parent
e3a5773600
commit
c3f46ea7c8
1 changed files with 0 additions and 6 deletions
|
|
@ -123,12 +123,6 @@ func main() {
|
|||
Usage: "whether to fetch content from a single node or from all nodes",
|
||||
Destination: &single,
|
||||
},
|
||||
cli.IntFlag{
|
||||
Name: "store",
|
||||
Value: 5000,
|
||||
Usage: "individual node store size",
|
||||
Destination: &storeSize,
|
||||
},
|
||||
}
|
||||
|
||||
app.Flags = append(app.Flags, []cli.Flag{
|
||||
|
|
|
|||
Loading…
Reference in a new issue