src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local variable.

This commit is contained in:
Juanma Barranquero 2012-04-07 22:54:50 +02:00
parent bf6bba2b03
commit 9209588f2d
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2012-04-07 Juanma Barranquero <lekktu@gmail.com>
* xml.c (init_libxml2_functions) [WINDOWSNT]:
Remove unused local variable.
2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
Avoid unnecessary pointer scanning in garbage collection (Bug#10780).

View file

@ -85,8 +85,6 @@ static int
init_libxml2_functions (Lisp_Object libraries)
{
#ifdef WINDOWSNT
Lisp_Object found = Fassq (Qlibxml2_dll, Vlibrary_cache);
if (libxml2_loaded_p ())
return 1;
else