Mercurial > emacs
changeset 9751:9eed4c624caa
(unexec): Don't print number of pure bytes used.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 30 Oct 1994 08:20:41 +0000 |
parents | 00490d140f2b |
children | 113f20118cc3 |
files | src/unexsunos4.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/unexsunos4.c Sun Oct 30 06:38:49 1994 +0000 +++ b/src/unexsunos4.c Sun Oct 30 08:20:41 1994 +0000 @@ -107,10 +107,6 @@ struct exec ohdr; /* Allocate on the stack, not needed in the next life */ struct stat stat; -#ifdef emacs - fprintf (stderr, "Used %d bytes of Pure Storage\n", pureptr); -#endif - if ((fd = open (a_name, O_RDONLY)) < 0) { fprintf (stderr, "%s: open: ", a_name);