summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-02-25 20:34:28 +0000
committerGerd Moellmann <gerd@gnu.org>2000-02-25 20:34:28 +0000
commit9244a058d3d3d6e38dceea7398f5165651d1bf47 (patch)
treeb51a0b10418ca9a1c2c8e3b458beda663c05d27e
parentf43d79c13239547a787cad5122334e272f48b64e (diff)
downloademacs-9244a058d3d3d6e38dceea7398f5165651d1bf47.tar.gz
(main): Remove code snipped commented out with `//'.
-rw-r--r--src/ChangeLog4
-rw-r--r--src/emacs.c1
2 files changed, 4 insertions, 1 deletions
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 <gerd@gnu.org>
+
+ * emacs.c (main): Remove code snipped commented out with `//'.
+
2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
* 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