From 1aad248540c6e1d18f7138434cac3666f52308c1 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 11 Sep 2003 22:41:16 +0000 Subject: [PATCH] (init_marker): Remove debugging code. --- src/alloc.c | 1 - 1 file changed, 1 deletion(-) 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. */ -- 2.39.2