remove kext glue dll from dependencies

This commit is contained in:
Vladimir
2022-11-03 10:58:00 +01:00
parent 1ff27784c3
commit 5d2715ca17
3 changed files with 2 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ func init() {
}
// Init initializes the DLL and the Kext (Kernel Driver).
func Init(dllPath, path string) error {
func Init(path string) error {
driverPath = path
return nil
}