소스 검색

Remove unused import

gingerBill 1 개월 전
부모
커밋
8b860da2eb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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"