Bug Fixes: some assertions; variable inits;

Remove some dead code
This commit is contained in:
Ginger Bill
2016-09-24 22:55:17 +01:00
parent ff229054a1
commit 70f3361a34
11 changed files with 103 additions and 140 deletions
+1
View File
@@ -53,6 +53,7 @@ struct Entity {
struct {
} TypeName;
struct {
b32 used;
} Procedure;
struct {
BuiltinProcId id;