From c3f46ea7c8c08fc6c5b87d99cf36e546d6261e7d Mon Sep 17 00:00:00 2001 From: Elad Nachmias Date: Tue, 29 Jan 2019 11:29:52 +0700 Subject: [PATCH] cmd/swarm/swarm-smoke: remove unused store size cli flag --- cmd/swarm/swarm-smoke/main.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmd/swarm/swarm-smoke/main.go b/cmd/swarm/swarm-smoke/main.go index 15a6911efc..8ff1c5f2ff 100644 --- a/cmd/swarm/swarm-smoke/main.go +++ b/cmd/swarm/swarm-smoke/main.go @@ -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{