diff options
| author | gingerBill <bill@gingerbill.org> | 2023-02-22 21:50:51 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-02-22 21:50:51 +0000 |
| commit | 3d325e52c603b4ff8b3abcc8a892a364fa940b9d (patch) | |
| tree | 7237665a5ca745731a361c79358d704414f0b623 /src/check_stmt.cpp | |
| parent | 6a6d7701f9892a3468c74f0c7d1e70e04f529824 (diff) | |
| parent | 50c688f0f7fdbf9dfcc4f89da5045efd0c91f658 (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'src/check_stmt.cpp')
| -rw-r--r-- | src/check_stmt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/check_stmt.cpp b/src/check_stmt.cpp index 7e3948336..fcd87e1a5 100644 --- a/src/check_stmt.cpp +++ b/src/check_stmt.cpp @@ -1293,7 +1293,6 @@ gb_internal void check_type_switch_stmt(CheckerContext *ctx, Ast *node, u32 mod_ for (Type *t : variants) { if (!type_ptr_set_exists(&seen, t)) { array_add(&unhandled, t); - gb_printf_err("HERE: %p %s\n", t, type_to_string(t)); } } |