Remove unsafe package use in windows system detector

This commit is contained in:
Jerry Jacobs 2024-07-29 07:12:05 +02:00
parent 729b0877df
commit 51828f885d
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import (
"golang.org/x/sys/windows" "golang.org/x/sys/windows"
"log" "log"
"os" "os"
"unsafe"
) )
func systemGetWINEVersion() string { func systemGetWINEVersion() string {