X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Frecord_conv.c;h=ca1e41e33026f2e018d9a1f25184d283fc9614f9;hp=671342c3e50bc0e0f7a1467e88f1598c9e25ac1e;hb=f3fa080453f6e57618216f6e58d871fb06f0d1b6;hpb=d7c2d20fef26a64dd97469cc0b6bf02f9eb95981 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; }