(init_marker): Remove debugging code.

This commit is contained in:
Stefan Monnier 2003-09-11 22:41:16 +00:00
parent 0930c1a1c8
commit 1aad248540

View file

@ -2851,7 +2851,6 @@ init_marker ()
marker_block_index = MARKER_BLOCK_SIZE;
marker_free_list = 0;
n_marker_blocks = 0;
fprintf(stderr, "union Lisp_Misc = %d\n", sizeof (union Lisp_Misc));
}
/* Return a newly allocated Lisp_Misc object, with no substructure. */