Skip to content

Commit

Permalink
Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mwoss committed Dec 29, 2023
1 parent 0f927d0 commit 1760ef6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions const.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ func newConstApproximation(value string) constApproximation {
func (c constApproximation) withPrecision(precision int32) Decimal {
i := 0

// 0, 1, 2-3, 4-7, 8-15, 16-31, 32-63
// 0, 1, 2, 3, 4, 5, 6

if precision >= 1 {
i++
}
Expand Down

0 comments on commit 1760ef6

Please sign in to comment.