Explorar el Código

fix: removed unused channel

Torkel Ödegaard hace 7 años
padre
commit
b5e70d4607
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      pkg/cmd/grafana-server/main.go

+ 0 - 1
pkg/cmd/grafana-server/main.go

@@ -39,7 +39,6 @@ var enterprise string
 var configFile = flag.String("config", "", "path to config file")
 var homePath = flag.String("homepath", "", "path to grafana install/home path, defaults to working directory")
 var pidFile = flag.String("pidfile", "", "path to pid file")
-var exitChan = make(chan int)
 
 func main() {
 	v := flag.Bool("v", false, "prints current version and exits")