浏览代码

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