remove left-over debugging code

This commit is contained in:
Christian Barthel 2019-07-28 20:07:52 +02:00
parent 874d7dba83
commit 354ea0bb6b
1 changed files with 0 additions and 10 deletions

10
llm.l
View File

@ -548,15 +548,6 @@ eval_lm(struct ast *x, struct env *e)
l->v.list = x;
l->env = e;
// l->next = x->next; /* body */
// l->v.list = x->v.list; /* args */
// XXX fprintf(stderr, "internal lm sym with env: \n");
// fprintf(stderr, "==========================\n");
// debug_env(l->env);
// fprintf(stderr, "==========================\n");
// debug_ast(l,0);
return l;
}
@ -732,7 +723,6 @@ pr(struct ast *a)
break;
case AST_LIST:
printf("#fn\n");
// debug_env(a->env);
break;
default:
err(1, "don't know how to print");