mirror of
https://github.com/containers/podman.git
synced 2025-05-18 07:36:21 +08:00
pkg/machine/wsl: rm unused structures
Those are not used since commit 0c587f024 ("refactor(machine,wsl): improve operations of Windows API"). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@ -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 (
|
||||
|
Reference in New Issue
Block a user