From 992c4e25ce7c18fbf12fdfab933bbe653ce11fcf Mon Sep 17 00:00:00 2001 From: Daniel Colascione Date: Mon, 12 Feb 2018 04:50:06 -0800 Subject: [PATCH] Remove obsolete commands --- src/alloc.c | 2 -- src/buffer.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/alloc.c b/src/alloc.c index 438ccde961b..de933b92112 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -82,8 +82,6 @@ along with GNU Emacs. If not, see . */ # define GC_CHECK_MARKED_OBJECTS 1 #endif -// #define GC_CHECK_MARKED_OBJECTS 1 // XXX - /* GC_MALLOC_CHECK defined means perform validity checks of malloc'd memory. Can do this only if using gmalloc.c and if not checking marked objects. */ diff --git a/src/buffer.c b/src/buffer.c index a81e7cc36c9..9fa5b891f0e 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5227,8 +5227,6 @@ init_buffer_once (void) /* Make sure all markable slots in buffer_defaults are initialized reasonably, so mark_buffer won't choke. */ - /* TODO: XXX: we no longer call mark_buffer on buffer_defaults, so - this work should be unnecessary. */ reset_buffer (&buffer_defaults); eassert (NILP (BVAR (&buffer_defaults, name))); reset_buffer_local_variables (&buffer_defaults, 1); -- 2.39.5