* bidi.c (bidi_initialize): Remove unused local.

This commit is contained in:
Paul Eggert 2011-08-15 11:54:18 -07:00
parent 474a84653b
commit 3ebec5517e
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2011-08-15 Paul Eggert <eggert@cs.ucla.edu>
* bidi.c (bidi_initialize): Remove unused local.
2011-08-15 Eli Zaretskii <eliz@gnu.org>
* biditype.h: File removed.

View file

@ -746,8 +746,6 @@ bidi_unshelve_cache (void *databuf, int just_free)
static void
bidi_initialize (void)
{
int i;
bidi_type_table = uniprop_table (intern ("bidi-class"));
if (NILP (bidi_type_table))
abort ();