aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/json
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-01-09 23:43:34 +0000
committergingerBill <bill@gingerbill.org>2021-01-09 23:43:34 +0000
commit3bcccf88d578360bcc97e5903b316b2cfac39b03 (patch)
tree0ae3f1f1ff2ced7b80fa23fe949443c90b92935a /core/encoding/json
parent9e8c46b8de123829f26c2e92fcaf15a81c9b6b01 (diff)
vet all core packages
Diffstat (limited to 'core/encoding/json')
-rw-r--r--core/encoding/json/marshal.odin1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/encoding/json/marshal.odin b/core/encoding/json/marshal.odin
index 7bdc3abc3..9d5f04355 100644
--- a/core/encoding/json/marshal.odin
+++ b/core/encoding/json/marshal.odin
@@ -5,7 +5,6 @@ import "core:math/bits"
import "core:runtime"
import "core:strconv"
import "core:strings"
-import "core:reflect"
Marshal_Error :: enum {
None,