X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fodr.h;h=865e4d4611d9ff2b760f0a0020c87a6be5b4f438;hp=0d3cff13ded252b6ce538e5f5bb22c75402676b7;hb=28c5fe25e891098bcf5f18dfd0e3abe729dc340f;hpb=38dfcb07c905b2ba53e84678c3ce53c40e27b0b7 diff --git a/include/yaz/odr.h b/include/yaz/odr.h index 0d3cff1..865e4d4 100644 --- a/include/yaz/odr.h +++ b/include/yaz/odr.h @@ -96,15 +96,10 @@ typedef nmem_bool_t Odr_bool; #define ODR_ENCODE 1 #define ODR_PRINT 2 -#define OCT_SIZE 0 - typedef struct odr_oct { char *buf; int len; -#if OCT_SIZE - int size; -#endif } Odr_oct; typedef void Odr_null;