(unexec): Don't print number of pure bytes used.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Oct 1994 08:20:41 +0000 (08:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Oct 1994 08:20:41 +0000 (08:20 +0000)
src/unexsunos4.c

index 04a4fd3..2fc058d 100644 (file)
@@ -107,10 +107,6 @@ unexec (new_name, a_name, bndry, bss_start, entry)
   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);