aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-08-18 22:33:18 +0100
committergingerBill <bill@gingerbill.org>2021-08-18 22:33:18 +0100
commite023b96737f4d7ea3d94b7c48c9669d16e7f07d1 (patch)
tree7850f67e7a7b165f945702c2c3866d19674ea54d /examples
parent3fde4616e0a28615663efda89a33d2d8b2994c9f (diff)
Remove json import from demo
Diffstat (limited to 'examples')
-rw-r--r--examples/demo/demo.odin2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin
index ccbfea75d..408351ecb 100644
--- a/examples/demo/demo.odin
+++ b/examples/demo/demo.odin
@@ -8,9 +8,7 @@ import "core:time"
import "core:reflect"
import "core:runtime"
import "intrinsics"
-import "core:encoding/json"
-_ :: json;
/*
The Odin programming language is fast, concise, readable, pragmatic and open sourced.