X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsolrtransform.c;h=09cfc098c60b194b3de08409e1c9aeb87efc3960;hp=d27c5f926e44a3907ffacdb337a4d18852f60593;hb=5564216deccb49e138f665e223c81fe6c1edd79d;hpb=5242cb5a8634bfa38b9333ff7f903e718ac6e292 diff --git a/src/solrtransform.c b/src/solrtransform.c index d27c5f9..09cfc09 100644 --- a/src/solrtransform.c +++ b/src/solrtransform.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ /** @@ -307,20 +307,6 @@ solr_transform_t solr_transform_open_fname(const char *fname) return ct; } -#if 0 -struct Z_AttributeElement { - Z_AttributeSetId *attributeSet; /* OPT */ - int *attributeType; - int which; - union { - int *numeric; - Z_ComplexAttribute *complex; -#define Z_AttributeValue_numeric 1 -#define Z_AttributeValue_complex 2 - } value; -}; -#endif - static int compare_attr(Z_AttributeElement *a, Z_AttributeElement *b) { ODR odr_a = odr_createmem(ODR_ENCODE);