aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml.c')
-rw-r--r--src/xml.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xml.c b/src/xml.c
index a3f92395792..9e68fff2b4d 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -287,8 +287,6 @@ syms_of_xml (void)
287{ 287{
288 defsubr (&Slibxml_parse_html_region); 288 defsubr (&Slibxml_parse_html_region);
289 defsubr (&Slibxml_parse_xml_region); 289 defsubr (&Slibxml_parse_xml_region);
290
291 DEFSYM (Qlibxml2_dll, "libxml2");
292} 290}
293 291
294#endif /* HAVE_LIBXML2 */ 292#endif /* HAVE_LIBXML2 */