From 8582b9288d95d33baaf9f005deedd46910364131 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 4 Jan 2022 13:43:51 +0000 Subject: [PATCH] removed a debugging message --- lib/comp.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/comp.c b/lib/comp.c index 9ffcd08..b3e1bae 100644 --- a/lib/comp.c +++ b/lib/comp.c @@ -2138,10 +2138,6 @@ cv_dup_check_start = hcl->c->tv.s.len; // this is buggy... correct this... * end of the class before 'class_exit' is generated */ hcl->c->clsblk.info[hcl->c->clsblk.depth].class_start_inst_pos = hcl->code.bc.len; -{ -hcl_cnode_t* tmp = HCL_CNODE_CONS_CAR(obj); -HCL_DEBUG2 (hcl, "^^JJJJJJJJJJJJJJJJJJJJ %d[%js]\n", HCL_CNODE_GET_TYPE(tmp), HCL_CNODE_GET_TOKPTR(tmp)); -} SWITCH_TOP_CFRAME (hcl, COP_COMPILE_OBJECT_LIST, obj); return 0;