浏览代码

Fix generic_float.odin

Jeroen van Rijn 1 年之前
父节点
当前提交
e52cc73d50
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      core/strconv/generic_float.odin

+ 0 - 2
core/strconv/generic_float.odin

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