2011-05-05 Paul Eggert <eggert@cs.ucla.edu>
+ * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
+
* term.c (vfatal): Remove stray call to va_end.
It's not needed and the C Standard doesn't allow it here anyway.
of `dynamic-library-alist', which see). */)
(Lisp_Object type, Lisp_Object libraries)
{
- Lisp_Object tested;
-
#ifdef HAVE_NTGUI
/* Don't try to reload the library. */
- tested = Fassq (type, Vlibrary_cache);
+ Lisp_Object tested = Fassq (type, Vlibrary_cache);
if (CONSP (tested))
return XCDR (tested);
#endif