From 6a42686c290d64b5d0af8f60b9a4f266a16f6f65 Mon Sep 17 00:00:00 2001 From: Nurahmadie Date: Mon, 10 Mar 2014 07:49:01 +0700 Subject: [PATCH] Remove unused -path --- cmd/droned/drone.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmd/droned/drone.go b/cmd/droned/drone.go index ec60c54a3..46403255a 100644 --- a/cmd/droned/drone.go +++ b/cmd/droned/drone.go @@ -20,11 +20,6 @@ import ( ) var ( - // local path where the SQLite database - // should be stored. By default this is - // in the current working directory. - path string - // port the server will run on port string @@ -49,7 +44,6 @@ var ( func main() { // parse command line flags - flag.StringVar(&path, "path", "", "") flag.StringVar(&port, "port", ":8080", "") flag.StringVar(&driver, "driver", "sqlite3", "") flag.StringVar(&datasource, "datasource", "drone.sqlite", "")