From: Stefan Monnier Date: Thu, 11 Sep 2003 22:41:16 +0000 (+0000) Subject: (init_marker): Remove debugging code. X-Git-Tag: ttn-vms-21-2-B4~8864 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1aad248540c6e1d18f7138434cac3666f52308c1;p=emacs.git (init_marker): Remove debugging code. --- diff --git a/src/alloc.c b/src/alloc.c index 2c63c1cd07e..c84c2ebb26f 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -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. */