Browse Source

Remove debug code

gingerBill 4 years ago
parent
commit
b6a1ec0229
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/llvm_backend.cpp

+ 0 - 3
src/llvm_backend.cpp

@@ -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);
 	}
 	}