mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-29 00:31:01 -08:00
(casify_object): Remove unused variable `tolen'.
This commit is contained in:
parent
ade0f0b8f7
commit
8d0941b69b
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ casify_object (flag, obj)
|
|||
{
|
||||
/* The work is not yet finished because of a multibyte
|
||||
character just encountered. */
|
||||
int fromlen, tolen, j_byte = i;
|
||||
int fromlen, j_byte = i;
|
||||
char *buf
|
||||
= (char *) alloca ((len - i) * MAX_MULTIBYTE_LENGTH + i);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue