Goodbye to Odr_oct.size
[yaz-moved-to-github.git] / src / ber_any.c
index e167d42..be23946 100644 (file)
@@ -33,9 +33,6 @@ int ber_any(ODR o, Odr_any **p)
         (*p)->buf = (char *)odr_malloc(o, res);
         memcpy((*p)->buf, o->bp, res);
         (*p)->len = res;
-#if OCT_SIZE
-        (*p)->size = res;
-#endif
         o->bp += res;
         return 1;
     case ODR_ENCODE: