aboutsummaryrefslogtreecommitdiff
path: root/src/entity.c
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-01-08 20:24:12 +0000
committerGinger Bill <bill@gingerbill.org>2017-01-08 20:24:12 +0000
commitff473e83425c74bae2cee4c9d68435c7b346533e (patch)
tree746fbe47711e1d00ef09214136e53f2a140b9241 /src/entity.c
parent659e5359b2399927ffdd44d441d41a8a6e96228a (diff)
"Old style" enums
name and value information `count`, `min_value`, `max_value` constants
Diffstat (limited to 'src/entity.c')
-rw-r--r--src/entity.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/entity.c b/src/entity.c
index 17fb70e06..a35c68d08 100644
--- a/src/entity.c
+++ b/src/entity.c
@@ -85,9 +85,6 @@ struct Entity {
};
-Entity *e_iota = NULL;
-
-
Entity *alloc_entity(gbAllocator a, EntityKind kind, Scope *scope, Token token, Type *type) {
Entity *entity = gb_alloc_item(a, Entity);
entity->kind = kind;