Mercurial > emacs
diff src/process.c @ 52633:2d5bfd1be536
(send_process): Delete unused temp_buf.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Sat, 27 Sep 2003 00:25:40 +0000 |
| parents | d03629d1d293 |
| children | 8787289602d1 |
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
