mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 00:13:49 +01:00
Remove commented out code
This commit is contained in:
parent
9a066460f1
commit
a5ecd66388
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user