Skip to content

Commit 3a1311d

Browse files
authored
Merge pull request os-autoinst#171 from mimi1vx/dead_code
Remove unneeded code
2 parents 3367be0 + a429d1f commit 3a1311d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

cmd/openqa-revtui/tui.go

-14
Original file line numberDiff line numberDiff line change
@@ -705,17 +705,3 @@ func spaces(n int) string {
705705
}
706706
return ret
707707
}
708-
709-
func max(x, y int) int {
710-
if x > y {
711-
return x
712-
}
713-
return y
714-
}
715-
716-
func min(x, y int) int {
717-
if x < y {
718-
return x
719-
}
720-
return y
721-
}

0 commit comments

Comments
 (0)