Browse Source

Fix generic_float.odin

Jeroen van Rijn 1 year ago
parent
commit
e52cc73d50
1 changed files with 0 additions and 2 deletions
  1. 0 2
      core/strconv/generic_float.odin

+ 0 - 2
core/strconv/generic_float.odin

@@ -2,8 +2,6 @@ package strconv
 
 import "decimal"
 
-import "core:runtime"
-
 Decimal_Slice :: struct {
 	digits:        []byte,
 	count:         int,