Explorar o código

remove unnecessary comments

flashmob %!s(int64=8) %!d(string=hai) anos
pai
achega
f9e05a9879
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      server.go

+ 1 - 3
server.go

@@ -47,9 +47,7 @@ const (
 
 // Server listens for SMTP clients on the port specified in its config
 type server struct {
-	//mainConfigStore  atomic.Value // stores guerrilla.Config
-	configStore atomic.Value // stores guerrilla.ServerConfig
-	//config         *ServerConfig
+	configStore     atomic.Value // stores guerrilla.ServerConfig
 	backend         backends.Backend
 	tlsConfig       *tls.Config
 	tlsConfigStore  atomic.Value