cmd/swarm/swarm-smoke: remove unused store size cli flag

This commit is contained in:
Elad Nachmias 2019-01-29 11:29:52 +07:00
parent e3a5773600
commit c3f46ea7c8

View file

@ -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{