X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fodr_mem.c;h=2e7e2866fa5183d568c56dbe47bb09f04f0671ee;hb=c584380ce880fe0e0ba036f476f8a037763eac21;hp=e35de260166e98e010d5bcc8892f92c09595bb39;hpb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;p=yaz-moved-to-github.git diff --git a/src/odr_mem.c b/src/odr_mem.c index e35de26..2e7e286 100644 --- a/src/odr_mem.c +++ b/src/odr_mem.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: odr_mem.c,v 1.5 2005-06-25 15:46:04 adam Exp $ + * $Id: odr_mem.c,v 1.6 2005-08-11 14:21:55 adam Exp $ */ /** * \file odr_mem.c @@ -81,9 +81,6 @@ int odr_grow_block(ODR b, int min_bytes) else if (!b->size && !(b->buf = (unsigned char *) xmalloc(b->size = togrow))) abort(); -#ifdef ODR_DEBUG - fprintf(stderr, "New size for encode_buffer: %d\n", b->size); -#endif return 0; }