diff options
Diffstat (limited to 'src/xml.c')
-rw-r--r-- | src/xml.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |