1
0
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:
Eli Zaretskii 2001-01-02 14:06:38 +00:00
parent ade0f0b8f7
commit 8d0941b69b

View File

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