(send_process): Delete unused temp_buf.
This commit is contained in:
parent
66c8f1a8c8
commit
2d0f37d68c
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue