X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcclxmlconfig.c;h=680441ea3b1c2d6b2a44dac81e6efa82fbb0ddcf;hb=3fe8d724fd45258f340a8396877aa93bd0a93d00;hp=c3398619047b984b0df52b63f109293631c6ce94;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0;p=yaz-moved-to-github.git diff --git a/src/cclxmlconfig.c b/src/cclxmlconfig.c index c339861..680441e 100644 --- a/src/cclxmlconfig.c +++ b/src/cclxmlconfig.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. */ @@ -191,12 +191,6 @@ int ccl_xml_config(CCL_bibset bibset, const xmlNode *ptr, const char **addinfo) } return 0; } -#else -int ccl_xml_config(CCL_bibset bibset, const xmlNode *ptr, const char **addinfo) -{ - *addinfo = "CCL XML configuration not supported. Libxml2 is disabled"; - return -1; -} #endif /*