1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

Remove unused variable

This commit is contained in:
Timothy 2016-06-29 12:23:57 +08:00
parent c6d54329c2
commit 1efae80b84

View File

@ -19,7 +19,6 @@ const (
var (
configuration Settings
optConf = flag.String("c", "./config.json", "config file")
optCommand = flag.String("s", "", "send signal to a master process: stop, quit, reopen, reload")
optHelp = flag.Bool("h", false, "this help")
panicCount = 0
)