diff options
| author | Brendan Punsky <bpunsky@gmail.com> | 2018-02-24 14:29:30 -0500 |
|---|---|---|
| committer | Brendan Punsky <bpunsky@gmail.com> | 2018-02-24 14:29:30 -0500 |
| commit | f6c45fc68a5ec82d261ef6821abd3896b9b8405c (patch) | |
| tree | 17f9b3f62710b11cb7d4dea0d19ab9bad9d8da5e /src/entity.cpp | |
| parent | 60a54f404b94218aa213c6b7547bebfa91158b32 (diff) | |
| parent | 35ba5771a5dbe5fec3fea8804fb46fe843478830 (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index f591287d6..14efe6b60 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -303,8 +303,6 @@ Entity *make_entity_label(gbAllocator a, Scope *scope, Token token, Type *type, return entity; } - - Entity *make_entity_dummy_variable(gbAllocator a, Scope *scope, Token token) { token.string = str_lit("_"); return make_entity_variable(a, scope, token, nullptr, false); |