diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2012-04-07 22:54:50 +0200 | 
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2012-04-07 22:54:50 +0200 | 
| commit | 9209588f2d6f9857ac37630597a424d73a599297 (patch) | |
| tree | 64b5b9b0d3346f2f55312b7b857a6bfda66e1965 /src/xml.c | |
| parent | bf6bba2b03fb576b46f904887dc1f2963d230902 (diff) | |
| download | emacs-9209588f2d6f9857ac37630597a424d73a599297.tar.gz | |
src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local variable.
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  | 
