summaryrefslogtreecommitdiff
path: root/src/emacs.c
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 /src/emacs.c
parentf43d79c13239547a787cad5122334e272f48b64e (diff)
downloademacs-9244a058d3d3d6e38dceea7398f5165651d1bf47.tar.gz
(main): Remove code snipped commented out with `//'.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c1
1 files changed, 0 insertions, 1 deletions
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