diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-06-12 16:58:25 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-06-12 16:58:25 +0100 |
| commit | e6a206a430ab034d2a1b3b60577639b75e90cbbe (patch) | |
| tree | 7360c1518aca3e39c6e33a1f3284219c35520af6 /code | |
| parent | f52a1e4ded0f6cffb8722ec510a18f09718ba00a (diff) | |
Check for empty generic declaration list
Diffstat (limited to 'code')
| -rw-r--r-- | code/demo.odin | 4 |
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){ |