emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107795: src/xml.c (init_libxml2_func


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107795: src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local variable.
Date: Sat, 07 Apr 2012 22:54:50 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107795
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sat 2012-04-07 22:54:50 +0200
message:
  src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local variable.
modified:
  src/ChangeLog
  src/xml.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-04-07 19:18:52 +0000
+++ b/src/ChangeLog     2012-04-07 20:54:50 +0000
@@ -1,3 +1,8 @@
+2012-04-07  Juanma Barranquero  <address@hidden>
+
+       * xml.c (init_libxml2_functions) [WINDOWSNT]:
+       Remove unused local variable.
+
 2012-04-07  Paul Eggert  <address@hidden>
 
        Avoid unnecessary pointer scanning in garbage collection (Bug#10780).

=== modified file 'src/xml.c'
--- a/src/xml.c 2012-04-07 15:15:22 +0000
+++ b/src/xml.c 2012-04-07 20:54:50 +0000
@@ -85,8 +85,6 @@
 init_libxml2_functions (Lisp_Object libraries)
 {
 #ifdef WINDOWSNT
-  Lisp_Object found = Fassq (Qlibxml2_dll, Vlibrary_cache);
-
   if (libxml2_loaded_p ())
     return 1;
   else


reply via email to

[Prev in Thread] Current Thread [Next in Thread]