From: Kenichi Handa Date: Sat, 27 Sep 2003 00:25:40 +0000 (+0000) Subject: (send_process): Delete unused temp_buf. X-Git-Tag: ttn-vms-21-2-B4~8726 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d0f37d68c0824f4cec8a2e75313b234705e3260;p=emacs.git (send_process): Delete unused temp_buf. --- diff --git a/src/process.c b/src/process.c index 0916fd171d4..d04f8c03b4f 100644 --- a/src/process.c +++ b/src/process.c @@ -5054,7 +5054,6 @@ send_process (proc, buf, len, object) { 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 @@ send_process (proc, buf, len, object) len, SBYTES (object)); len = coding->produced; buf = SDATA (object); - if (temp_buf) - xfree (temp_buf); } #ifdef VMS