Skip to content

Commit e1069d9

Browse files
committed
fix unused variable
1 parent 78ceafa commit e1069d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

storage/storage.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ type Options struct {
135135
SaveSigZips bool
136136
Logger slog.Logger
137137
ListCacheDuration time.Duration
138-
// SaveSigZips is a flag that will save the signed extension to disk.
139-
// This is useful for debugging, but the server will never use this file.
140-
saveSigZips bool
141138
}
142139

143140
type extension struct {

0 commit comments

Comments
 (0)