瀏覽代碼

remove unused code

Darien Raymond 9 年之前
父節點
當前提交
36cc6f5ef2
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      main/main.go

+ 0 - 6
main/main.go

@@ -12,8 +12,6 @@ import (
 
 	"v2ray.com/core"
 	"v2ray.com/core/common/log"
-	//"net/http"
-	//_ "net/http/pprof"
 )
 
 var (
@@ -96,10 +94,6 @@ func main() {
 		return
 	}
 
-	//go func() {
-	//	http.ListenAndServe(":6060", nil)
-	//}()
-
 	if point := startV2Ray(); point != nil {
 		osSignals := make(chan os.Signal, 1)
 		signal.Notify(osSignals, os.Interrupt, os.Kill, syscall.SIGTERM)