diff options
| author | gingerBill <bill@gingerbill.org> | 2021-01-09 23:43:34 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-01-09 23:43:34 +0000 |
| commit | 3bcccf88d578360bcc97e5903b316b2cfac39b03 (patch) | |
| tree | 0ae3f1f1ff2ced7b80fa23fe949443c90b92935a /core/log | |
| parent | 9e8c46b8de123829f26c2e92fcaf15a81c9b6b01 (diff) | |
vet all core packages
Diffstat (limited to 'core/log')
| -rw-r--r-- | core/log/log.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/log/log.odin b/core/log/log.odin index c090eed5a..93cca2a88 100644 --- a/core/log/log.odin +++ b/core/log/log.odin @@ -2,7 +2,6 @@ package log import "core:runtime" import "core:fmt" -import "core:sync" // NOTE(bill, 2019-12-31): These are defined in `package runtime` as they are used in the `context`. This is to prevent an import definition cycle. |