Skip to content

Commit

Permalink
drop UnitKiB/UnitKB
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauerster committed Apr 7, 2023
1 parent 86bcfb9 commit 2fdf77c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions decor/counters.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ import (
"strings"
)

const (
_ = iota
UnitKiB
UnitKB
)

// CountersNoUnit is a wrapper around Counters with no unit param.
func CountersNoUnit(pairFmt string, wcc ...WC) Decorator {
return Counters(0, pairFmt, wcc...)
Expand Down

0 comments on commit 2fdf77c

Please sign in to comment.