diff --git a/main.go b/main.go index 9467bb8f8f5ade07024dc254a7e2d66dbb82ddad..5c114e54982fce03f3e26f1e6f5194620b63c8fe 100644 --- a/main.go +++ b/main.go @@ -120,7 +120,6 @@ func main() { var cacheFile string var templatesDir string var torBinary string - var numSecs int flag.StringVar(&addr, "addr", ":5000", "Address to listen on.") flag.BoolVar(&web, "web", false, "Enable the web interface (in addition to the JSON API).") @@ -132,7 +131,6 @@ func main() { flag.StringVar(&cacheFile, "cache", "bridgestrap-cache.bin", "Cache file that contains test results.") flag.StringVar(&templatesDir, "templates", "templates", "Path to directory that contains our web templates.") flag.StringVar(&torBinary, "tor", "tor", "Path to tor executable.") - flag.IntVar(&numSecs, "seconds", 0, "Number of seconds after two subsequent requests are handled.") flag.Parse() if showVersion {