]> code.delx.au - gnu-emacs/blobdiff - src/xml.c
Add a few safety checks when ENABLE_CHECKING
[gnu-emacs] / src / xml.c
index a3f923957929829aceb10b58f14ed9cbd3745113..fc77f22b862b778e2c108c78a997b3a83b5cd711 100644 (file)
--- a/src/xml.c
+++ b/src/xml.c
@@ -25,7 +25,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <libxml/HTMLparser.h>
 
 #include "lisp.h"
-#include "character.h"
 #include "buffer.h"
 
 \f
@@ -287,8 +286,6 @@ syms_of_xml (void)
 {
   defsubr (&Slibxml_parse_html_region);
   defsubr (&Slibxml_parse_xml_region);
-
-  DEFSYM (Qlibxml2_dll, "libxml2");
 }
 
 #endif /* HAVE_LIBXML2 */