Call exsltRegisterAll in yaz_init_globals
[yaz-moved-to-github.git] / src / record_conv.c
index 34a3cc3..ca1e41e 100644 (file)
@@ -702,9 +702,6 @@ yaz_record_conv_t yaz_record_conv_create()
     p->wr_error = wrbuf_alloc();
     p->rules = 0;
     p->path = 0;
-#if YAZ_HAVE_EXSLT
-    exsltRegisterAll();
-#endif
     return p;
 }