diff options
| author | gingerBill <bill@gingerbill.org> | 2018-05-27 00:10:38 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-05-27 00:10:38 +0100 |
| commit | eb11edabe092541144cd3ba18b09bd11fcf7a958 (patch) | |
| tree | 597112318141fb292872f9286e775ff66f5da797 /core/runtime | |
| parent | c067b90403ab8493daa0bf5867b2bd92319feea5 (diff) | |
Add file scopes for the packages
Diffstat (limited to 'core/runtime')
| -rw-r--r-- | core/runtime/_preload.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/runtime/_preload.odin b/core/runtime/_preload.odin index b774350ee..5f80594b9 100644 --- a/core/runtime/_preload.odin +++ b/core/runtime/_preload.odin @@ -1,7 +1,6 @@ package runtime import "core:os" -// import "core:fmt" // TODO(bill): Remove the need for `fmt` here import "core:unicode/utf8" import "core:raw" import "core:mem" |