Skip to content

Commit

Permalink
oops unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Feb 21, 2025
1 parent 41647c0 commit 6890fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/avro_schemas.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ var (
// for x := range 24 {
// math.Floor(math.Log10(math.Abs(math.Pow(2, float64(8*x-1)-1))))
// }
maxPrecision = [...]int{-1, 2, 4, 6, 9, 11, 14, 16, 18, 21,
23, 26, 28, 31, 33, 35, 38, 40, 43, 45, 47, 50, 52, 55}
// maxPrecision = [...]int{-1, 2, 4, 6, 9, 11, 14, 16, 18, 21,
// 23, 26, 28, 31, 33, 35, 38, 40, 43, 45, 47, 50, 52, 55}
// for p := range 40 {
// for pos := range 24 {
// if p > maxPrecision[pos] {
Expand Down

0 comments on commit 6890fdf

Please sign in to comment.