Skip to content

Commit

Permalink
undo int->string conversion that isn't always valid
Browse files Browse the repository at this point in the history
  • Loading branch information
max-hoffman committed Jul 12, 2024
1 parent a438e54 commit f5ab6be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/store/prolly/tree/prolly_fields.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,6 @@ func convInt(v interface{}) int {
return int(i)
case uint64:
return int(i)
case string:
return 0
default:
panic("impossible conversion")
}
Expand Down

0 comments on commit f5ab6be

Please sign in to comment.