mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
Clean out the old debug prints from emit_function()
This commit is contained in:
parent
76034861c9
commit
d564e6f017
1 changed files with 0 additions and 10 deletions
|
@ -646,19 +646,9 @@ void
|
|||
emit_function (function_t *f, expr_t *e)
|
||||
{
|
||||
sblock_t *sblock;
|
||||
//statement_t *s;
|
||||
|
||||
f->code = pr.code->size;
|
||||
//printf ("%s %d\n", f->name, f->code);
|
||||
sblock = make_statements (e);
|
||||
//for (/**/; sblock; sblock = sblock->next) {
|
||||
// printf ("block %p\n", sblock);
|
||||
// for (s = sblock->statements; s; s = s->next) {
|
||||
// printf (" ");
|
||||
// print_statement (s);
|
||||
// }
|
||||
//}
|
||||
|
||||
emit_statements (sblock);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue