Explorar el Código

Remove unused import

gingerBill hace 1 mes
padre
commit
8b860da2eb
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      core/math/big/internal.odin

+ 0 - 1
core/math/big/internal.odin

@@ -29,7 +29,6 @@ package math_big
 
 import "base:builtin"
 import "base:intrinsics"
-import "base:runtime"
 import "core:mem"
 import rnd "core:math/rand"