Skip to content

Commit

Permalink
secboot/luks2: remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Pires <[email protected]>
  • Loading branch information
miguelpires authored and pedronis committed Oct 13, 2023
1 parent cffb170 commit 94976ba
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions secboot/luks2/luks2.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@

package luks2

import (
"io"
"os"
)

var (
stderr io.Writer = os.Stderr
)

// SlotPriority represents the priority of a keyslot.
type SlotPriority int

Expand Down

0 comments on commit 94976ba

Please sign in to comment.