diff options
| author | Richard M. Stallman | 1994-10-30 08:20:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-30 08:20:41 +0000 |
| commit | 6befb35ebaa1497389788a1500bb99c645e60dc6 (patch) | |
| tree | 5050bd35a8a647285c67486ae1dc806cd634c598 /src | |
| parent | da4871b308b3ad8383a4d137279459dd07a8e5fc (diff) | |
| download | emacs-6befb35ebaa1497389788a1500bb99c645e60dc6.tar.gz emacs-6befb35ebaa1497389788a1500bb99c645e60dc6.zip | |
(unexec): Don't print number of pure bytes used.
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexsunos4.c | 4 |
1 files changed, 0 insertions, 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) | |||
| 107 | struct exec ohdr; /* Allocate on the stack, not needed in the next life */ | 107 | struct exec ohdr; /* Allocate on the stack, not needed in the next life */ |
| 108 | struct stat stat; | 108 | struct stat stat; |
| 109 | 109 | ||
| 110 | #ifdef emacs | ||
| 111 | fprintf (stderr, "Used %d bytes of Pure Storage\n", pureptr); | ||
| 112 | #endif | ||
| 113 | |||
| 114 | if ((fd = open (a_name, O_RDONLY)) < 0) | 110 | if ((fd = open (a_name, O_RDONLY)) < 0) |
| 115 | { | 111 | { |
| 116 | fprintf (stderr, "%s: open: ", a_name); | 112 | fprintf (stderr, "%s: open: ", a_name); |