Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf committed Feb 13, 2024
1 parent 9a70cfd commit 0d73730
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/mkuimage/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ var (
useExistingInit *bool
noCommands *bool
extraFiles multiFlag
statsOutputPath *string
statsLabel *string
shellbang *bool
// For the new "filepath only" logic.
urootSourceDir *string
Expand Down Expand Up @@ -84,9 +82,6 @@ func init() {

shellbang = flag.Bool("shellbang", false, "Use #! instead of symlinks for busybox")

statsOutputPath = flag.String("stats-output-path", "", "Write build stats to this file (JSON)")
statsLabel = flag.String("stats-label", "", "Use this statsLabel when writing stats")

// Flag for the new filepath only mode. This will be required to find the u-root commands and make templates work
// In almost every case, "." is fine.
urootSourceDir = flag.String("uroot-source", ".", "Path to the locally checked out u-root source tree in case commands from there are desired.")
Expand Down

0 comments on commit 0d73730

Please sign in to comment.