(send_process): Delete unused temp_buf.

This commit is contained in:
Kenichi Handa 2003-09-27 00:25:40 +00:00
parent 66c8f1a8c8
commit 2d0f37d68c

View file

@ -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