diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-09-27 19:47:27 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-09-27 19:47:27 +0100 |
| commit | 6088cbeddb84e25e5966a1876ad4ffcaad6676c9 (patch) | |
| tree | 33b09a30bd9922a39195d96df44cb0ce8457b17d /code | |
| parent | f6bbd8a4c2206189c8c77f51b38a421d43d66e76 (diff) | |
Fix: double declaration in SSA
Diffstat (limited to 'code')
| -rw-r--r-- | code/demo.odin | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/code/demo.odin b/code/demo.odin index 3ac4c9395..be7426d9f 100644 --- a/code/demo.odin +++ b/code/demo.odin @@ -1,8 +1,5 @@ #import "fmt.odin" -#import "game.odin" main :: proc() { fmt.println("Hello") - game.run() - } |