X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsolrtransform.c;h=cdbbf130c87592a5dc1aa3916575b80303d699a7;hp=29278bacc8d821d9101c05a5151b7d537ff3a244;hb=03b00294a8f57bfd02c81e7ac4ee2bb280177f98;hpb=e6623bc5f605bca46774fdeed6e87067df9c5a7f diff --git a/src/solrtransform.c b/src/solrtransform.c index 29278ba..cdbbf13 100644 --- a/src/solrtransform.c +++ b/src/solrtransform.c @@ -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);