comment out release_self_fds

This commit is contained in:
cuu 2021-10-28 20:15:36 +08:00
parent 1427c8857d
commit 15e7d79b9b

View File

@ -260,6 +260,7 @@ func PreparationInAdv() {
} }
func release_self_fds() { func release_self_fds() {
/*
fds_flags := []string{"pipe", "socket:", ".ttf"} fds_flags := []string{"pipe", "socket:", ".ttf"}
file_paths, err := filepath.Glob("/proc/self/fd/*") file_paths, err := filepath.Glob("/proc/self/fd/*")
if err != nil { if err != nil {
@ -288,6 +289,7 @@ func release_self_fds() {
} }
} }
} }
*/
} }
func run() int { func run() int {