changeset 27874:12f647a4d524

(main): Remove code snipped commented out with `//'.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 25 Feb 2000 20:33:23 +0000
parents b978c2a7b4a7
children 83e618c3ca33
files src/emacs.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Fri Feb 25 15:47:41 2000 +0000
+++ b/src/emacs.c	Fri Feb 25 20:33:23 2000 +0000
@@ -1469,7 +1469,6 @@
       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