Skip to content

Commit

Permalink
Remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
koudis committed Jan 13, 2025
1 parent 58d45f4 commit ce969e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/bringauto_package/PlatformString.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ const (
ModeAnyMachine = "any_machine"
// ModeAuto compute platform string automatically by lsb_release and uname
ModeAuto = "auto"
// NumberOfTriesForFakeCommands try to call fake lsb_release multiple times if fails.
// For same reason the fake lsb_release fail 1 of 3 (max). It's not clear why.
// We choose 5 as a good compromise: 3 + 1 + 1
NumberOfTriesForFakeCommands = 5
)

// PlatformString represents standard platform string
Expand Down

0 comments on commit ce969e8

Please sign in to comment.