소스 검색

remove unnecessary comments

flashmob 8 년 전
부모
커밋
f9e05a9879
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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