X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Frecord_conv.c;h=ca1e41e33026f2e018d9a1f25184d283fc9614f9;hp=34a3cc3a2e0f3a721db27411b9ebc551df1bef3d;hb=71e066dd201f095184b98199399ac7965f7f176e;hpb=473824797f568578dc17d7242551cb2f7ccef46c diff --git a/src/record_conv.c b/src/record_conv.c index 34a3cc3..ca1e41e 100644 --- a/src/record_conv.c +++ b/src/record_conv.c @@ -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; }