From 9209588f2d6f9857ac37630597a424d73a599297 Mon Sep 17 00:00:00 2001
From: Juanma Barranquero <lekktu@gmail.com>
Date: Sat, 7 Apr 2012 22:54:50 +0200
Subject: src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local
 variable.

---
 src/xml.c | 2 --
 1 file changed, 2 deletions(-)

(limited to 'src/xml.c')

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
-- 
cgit v1.2.1