From: Daniel Colascione Date: Mon, 12 Feb 2018 12:50:06 +0000 (-0800) Subject: Remove obsolete commands X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=992c4e25ce7c18fbf12fdfab933bbe653ce11fcf;p=emacs.git Remove obsolete commands --- 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);