]> code.delx.au - gnu-emacs/commitdiff
(init_marker): Remove debugging code.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Sep 2003 22:41:16 +0000 (22:41 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Sep 2003 22:41:16 +0000 (22:41 +0000)
src/alloc.c

index 2c63c1cd07ee2f2487f9fad39c3cbbcad16da5ce..c84c2ebb26f2deceeba11b090ae33d799a45e07e 100644 (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.  */