From 6befb35ebaa1497389788a1500bb99c645e60dc6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 30 Oct 1994 08:20:41 +0000 Subject: [PATCH] (unexec): Don't print number of pure bytes used. --- src/unexsunos4.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/unexsunos4.c b/src/unexsunos4.c index 04a4fd3beb9..2fc058db979 100644 --- a/src/unexsunos4.c +++ b/src/unexsunos4.c @@ -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); -- 2.39.5