aboutsummaryrefslogtreecommitdiff
path: root/src/check_stmt.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-02-22 21:50:51 +0000
committergingerBill <bill@gingerbill.org>2023-02-22 21:50:51 +0000
commit3d325e52c603b4ff8b3abcc8a892a364fa940b9d (patch)
tree7237665a5ca745731a361c79358d704414f0b623 /src/check_stmt.cpp
parent6a6d7701f9892a3468c74f0c7d1e70e04f529824 (diff)
parent50c688f0f7fdbf9dfcc4f89da5045efd0c91f658 (diff)
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'src/check_stmt.cpp')
-rw-r--r--src/check_stmt.cpp1
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));
}
}