diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-08-08 12:12:08 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-08-08 12:12:08 +0100 |
| commit | 8b860da2eb5f65ac23702d7f139da46646ba2ec1 (patch) | |
| tree | 98b786b0cc1db695aff6727ed06eaee8e87fed4f | |
| parent | 7642e0a0e0bb0ff79da6ac7a2ba3b787afa32b78 (diff) | |
Remove unused import
| -rw-r--r-- | core/math/big/internal.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/math/big/internal.odin b/core/math/big/internal.odin index 8b176e7c0..e0bc1ae06 100644 --- a/core/math/big/internal.odin +++ b/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" |