Goodbye to Odr_oct.size
[yaz-moved-to-github.git] / src / charneg.c
index 4794d7c..b7e750c 100644 (file)
@@ -37,9 +37,6 @@ static Z_External* z_ext_record2(ODR o, const char *buf)
     if (!(p->u.octet_aligned->buf = (char *)odr_malloc(o, len)))
         return 0;
     p->u.octet_aligned->len = len;
-#if OCT_SIZE
-    p->u.octet_aligned->size = len;
-#endif
     memcpy(p->u.octet_aligned->buf, buf, len);
 
     return p;