X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsolrtransform.c;h=cdbbf130c87592a5dc1aa3916575b80303d699a7;hb=0123a5450b4a7eb7e0a52869dd5c099e415f5feb;hp=d27c5f926e44a3907ffacdb337a4d18852f60593;hpb=5242cb5a8634bfa38b9333ff7f903e718ac6e292;p=yaz-moved-to-github.git diff --git a/src/solrtransform.c b/src/solrtransform.c index d27c5f9..cdbbf13 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) 1995-2013 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);