changeset 52475:8256390b71bb

(init_marker): Remove debugging code.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 11 Sep 2003 22:41:16 +0000
parents 10551947af24
children 1b64668b2442
files src/alloc.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Thu Sep 11 22:22:11 2003 +0000
+++ b/src/alloc.c	Thu Sep 11 22:41:16 2003 +0000
@@ -2851,7 +2851,6 @@
   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.  */