Skip to content

Commit

Permalink
create-ffs: remove unused variables
Browse files Browse the repository at this point in the history
Signed-off-by: Ronald G. Minnich <[email protected]>
  • Loading branch information
rminnich committed Sep 17, 2024
1 parent cfd4618 commit df8b600
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmds/create-ffs/create-ffs.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ var (
version = flag.String("version", "1.0", "File version")
guidString = flag.String("guid", "", "File GUID")
depex = flag.String("depex", "", "Space or comma separated protocol guid dependencies or TRUE")
compress = flag.Bool("compress", false, "Wrap section data in a compressed section")
auto = flag.Bool("auto", false, "Attempt to determine section types from file extensions")

printf = func(string, ...interface{}) {}
)
Expand Down

0 comments on commit df8b600

Please sign in to comment.