diff options
| author | gingerBill <bill@gingerbill.org> | 2022-01-24 15:56:26 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-01-24 15:56:26 +0000 |
| commit | 42ab882db4a6d5765c68021ade010b468ff4531e (patch) | |
| tree | 7899b100dabac3a955813de560231257e6dfb20b /src/checker.cpp | |
| parent | dcc9e61362a04ecbd01cf3088766e013db6253bc (diff) | |
Remove debug code
Diffstat (limited to 'src/checker.cpp')
| -rw-r--r-- | src/checker.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/checker.cpp b/src/checker.cpp index 55a3892e5..b81d9987b 100644 --- a/src/checker.cpp +++ b/src/checker.cpp @@ -1618,9 +1618,6 @@ void add_type_info_type_internal(CheckerContext *c, Type *t) { // NOTE(bill): map entries grow linearly and in order ti_index = c->info->type_info_types.count; array_add(&c->info->type_info_types, t); - if (t->kind == Type_Named && t->Named.name == "A") { - gb_printf_err("HERE!\n"); - } } map_set(&c->checker->info.type_info_map, t, ti_index); |