From 9209588f2d6f9857ac37630597a424d73a599297 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 7 Apr 2012 22:54:50 +0200 Subject: [PATCH] src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local variable. --- src/ChangeLog | 5 +++++ src/xml.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index d4a031baab3..9b64659c55f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2012-04-07 Juanma Barranquero + + * xml.c (init_libxml2_functions) [WINDOWSNT]: + Remove unused local variable. + 2012-04-07 Paul Eggert Avoid unnecessary pointer scanning in garbage collection (Bug#10780). diff --git a/src/xml.c b/src/xml.c index d8dc0677252..786f0cd8818 100644 --- a/src/xml.c +++ b/src/xml.c @@ -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 -- 2.39.2