aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-06-12 16:58:25 +0100
committerGinger Bill <bill@gingerbill.org>2017-06-12 16:58:25 +0100
commite6a206a430ab034d2a1b3b60577639b75e90cbbe (patch)
tree7360c1518aca3e39c6e33a1f3284219c35520af6 /code
parentf52a1e4ded0f6cffb8722ec510a18f09718ba00a (diff)
Check for empty generic declaration list
Diffstat (limited to 'code')
-rw-r--r--code/demo.odin4
1 files changed, 0 insertions, 4 deletions
diff --git a/code/demo.odin b/code/demo.odin
index b6d425915..ced72b300 100644
--- a/code/demo.odin
+++ b/code/demo.odin
@@ -14,10 +14,6 @@ import (
"utf16.odin";
)
-const (
- X = 123;
- Y = 432;
-)
proc main() {
proc(s: string){