mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Remove debug code
This commit is contained in:
@@ -3530,9 +3530,6 @@ lbAddr lb_add_local(lbProcedure *p, Type *type, Entity *e, bool zero_init, i32 p
|
|||||||
|
|
||||||
if (e != nullptr) {
|
if (e != nullptr) {
|
||||||
lb_add_entity(p->module, e, val);
|
lb_add_entity(p->module, e, val);
|
||||||
if (e->token.string == "v123") {
|
|
||||||
gb_printf_err("%.*s\n", LIT(e->token.string));
|
|
||||||
}
|
|
||||||
lb_add_debug_local_variable(p, ptr, type, e->token);
|
lb_add_debug_local_variable(p, ptr, type, e->token);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user