mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 07:58:51 +01:00
comment out release_self_fds
This commit is contained in:
parent
1427c8857d
commit
15e7d79b9b
2
main.go
2
main.go
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user