diff --git a/pkg/machine/wsl/util_windows.go b/pkg/machine/wsl/util_windows.go index 6f9ce4e1bc..a8efb3c7ab 100644 --- a/pkg/machine/wsl/util_windows.go +++ b/pkg/machine/wsl/util_windows.go @@ -41,21 +41,6 @@ type SHELLEXECUTEINFO struct { hProcess syscall.Handle } -type Luid struct { - lowPart uint32 - highPart int32 -} - -type LuidAndAttributes struct { - luid Luid - attributes uint32 -} - -type TokenPrivileges struct { - privilegeCount uint32 - privileges [1]LuidAndAttributes -} - // Cleaner to refer to the official OS constant names, and consistent with syscall // Ref: https://learn.microsoft.com/en-us/windows/win32/api/shellapi/ns-shellapi-shellexecuteinfow#members const (