]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove obsolete commands
authorDaniel Colascione <dancol@dancol.org>
Mon, 12 Feb 2018 12:50:06 +0000 (04:50 -0800)
committerDaniel Colascione <dancol@dancol.org>
Mon, 12 Feb 2018 12:51:36 +0000 (04:51 -0800)
src/alloc.c
src/buffer.c

index 438ccde961baf4dcc75f7a89cffb6cfc9d52d6ff..de933b9211211a1f98b77ddaa6e0512ab2273fca 100644 (file)
@@ -82,8 +82,6 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 # 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.  */
index a81e7cc36c93f24d77306c5f43f343b6da64ce05..9fa5b891f0e4aeb571b9101a9a20bf063b517dc6 100644 (file)
@@ -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);