From 9244a058d3d3d6e38dceea7398f5165651d1bf47 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 25 Feb 2000 20:34:28 +0000 Subject: [PATCH] (main): Remove code snipped commented out with `//'. --- src/ChangeLog | 4 ++++ src/emacs.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index c979d746484..90249891b0a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-02-25 Gerd Moellmann + + * emacs.c (main): Remove code snipped commented out with `//'. + 2000-02-25 Richard M. Stallman * fileio.c (Ffile_symlink_p): If result starts with a `/' diff --git a/src/emacs.c b/src/emacs.c index 83ba5a2d5b1..ae4bc3f44da 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1469,7 +1469,6 @@ main (argc, argv, envp) extern void dump_opcode_frequencies (); atexit (_mcleanup); - // atexit (dump_opcode_frequencies); /* This uses safe_bcopy because that function comes first in the Emacs executable. It might be better to use something that gives the start of the text segment, but start_of_text is not -- 2.39.5