emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] pdumper 992c4e2 4/6: Remove obsolete commands


From: Daniel Colascione
Subject: [Emacs-diffs] pdumper 992c4e2 4/6: Remove obsolete commands
Date: Mon, 12 Feb 2018 15:20:51 -0500 (EST)

branch: pdumper
commit 992c4e25ce7c18fbf12fdfab933bbe653ce11fcf
Author: Daniel Colascione <address@hidden>
Commit: Daniel Colascione <address@hidden>

    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 438ccde..de933b9 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -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.  */
diff --git a/src/buffer.c b/src/buffer.c
index a81e7cc..9fa5b89 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);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]