Mercurial > emacs
changeset 52633:2d5bfd1be536
(send_process): Delete unused temp_buf.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 27 Sep 2003 00:25:40 +0000 |
parents | 6b379676c592 |
children | bb955cc088f9 |
files | src/process.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.c Fri Sep 26 17:25:13 2003 +0000 +++ b/src/process.c Sat Sep 27 00:25:40 2003 +0000 @@ -5054,7 +5054,6 @@ { int require = encoding_buffer_size (coding, len); int from_byte = -1, from = -1, to = -1; - unsigned char *temp_buf = NULL; if (BUFFERP (object)) { @@ -5090,8 +5089,6 @@ len, SBYTES (object)); len = coding->produced; buf = SDATA (object); - if (temp_buf) - xfree (temp_buf); } #ifdef VMS