mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
(casify_object): Remove unused variable `tolen'.
This commit is contained in:
parent
ade0f0b8f7
commit
8d0941b69b
@ -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…
Reference in New Issue
Block a user