X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frecord_conv.c;h=ca1e41e33026f2e018d9a1f25184d283fc9614f9;hb=7713d084b5103df2b1d505be30de63021a5f7477;hp=671342c3e50bc0e0f7a1467e88f1598c9e25ac1e;hpb=d7c2d20fef26a64dd97469cc0b6bf02f9eb95981;p=yaz-moved-to-github.git diff --git a/src/record_conv.c b/src/record_conv.c index 671342c..ca1e41e 100644 --- a/src/record_conv.c +++ b/src/record_conv.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2013 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ /** @@ -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; }