Index: ossp-pkg/xds/set-capacity.c RCS File: /v/ossp/cvs/ossp-pkg/xds/Attic/set-capacity.c,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/xds/Attic/set-capacity.c,v' 2>/dev/null --- set-capacity.c 2001/07/08 15:20:34 1.1 +++ set-capacity.c 2001/07/09 17:22:34 1.2 @@ -25,8 +25,6 @@ SUCH DAMAGE. */ -#include /* delete me */ - #include #include #include "internal.h" @@ -55,8 +53,6 @@ /* Allocate the array and store the new values. */ - printf("Reallocating array with capacity %d; old value was %d.\n", size, *array_capacity); - buf = realloc(*array, size * elem_size); if (buf == NULL) return XDS_ERR_NO_MEM;