mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
Remove unused variable
This commit is contained in:
parent
c6d54329c2
commit
1efae80b84
1
godns.go
1
godns.go
@ -19,7 +19,6 @@ const (
|
|||||||
var (
|
var (
|
||||||
configuration Settings
|
configuration Settings
|
||||||
optConf = flag.String("c", "./config.json", "config file")
|
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")
|
optHelp = flag.Bool("h", false, "this help")
|
||||||
panicCount = 0
|
panicCount = 0
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user