Remove debug code

This commit is contained in:
gingerBill
2022-09-21 13:03:30 +01:00
parent ff97a73152
commit 4f50988799

View File

@@ -670,10 +670,6 @@ lbValue lb_gen_map_key_hash(lbProcedure *p, lbValue key, Type *key_type, lbValue
}
lbValue lb_internal_dynamic_map_get_ptr(lbProcedure *p, lbValue const &map_ptr, lbValue const &key) {
if (p->name == "main.map_type") {
gb_printf_err("HERE!\n");
}
Type *map_type = base_type(type_deref(map_ptr.type));
lbValue key_ptr = {};