Goodbye to Odr_oct.size
[yaz-moved-to-github.git] / client / admin.c
index c7fb4e6..de29207 100644 (file)
@@ -238,9 +238,6 @@ int cmd_adm_import(const char *arg)
                 rec->u.intermediateFragment->u.notExternallyTagged = oct;
 
                 oct->len = status.st_size;
-#if OCT_SIZE
-                oct->size = status.st_size;
-#endif
                 oct->buf = (char *) odr_malloc (out, oct->len);
                 if (fread(oct->buf, 1, oct->len, inf) != (size_t) oct->len)
                 {