From a5ecd66388ddedcc26856b5616628c4f50338c70 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 23 Dec 2012 09:34:29 +0000 Subject: [PATCH] Remove commented out code --- swiftsync.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/swiftsync.go b/swiftsync.go index 88a65f3c5..487542e72 100644 --- a/swiftsync.go +++ b/swiftsync.go @@ -23,12 +23,7 @@ import ( // Globals var ( // Flags - //fileSize = flag.Int64("s", 1E9, "Size of the check files") cpuprofile = flag.String("cpuprofile", "", "Write cpu profile to file") - //duration = flag.Duration("duration", time.Hour*24, "Duration to run test") - //statsInterval = flag.Duration("stats", time.Minute*1, "Interval to print stats") - //logfile = flag.String("logfile", "stressdisk.log", "File to write log to set to empty to ignore") - snet = flag.Bool("snet", false, "Use internal service network") // FIXME not implemented verbose = flag.Bool("verbose", false, "Print lots more stuff") quiet = flag.Bool("quiet", false, "Print as little stuff as possible")