ossp-pkg/xds/xds_test_lib.c 1.6 -> 1.7
--- xds_test_lib.c 2001/08/23 08:41:34 1.6
+++ xds_test_lib.c 2001/08/30 10:42:24 1.7
@@ -693,7 +693,6 @@
return 1;
}
xds_destroy(xds);
- printf("The encoded representation is %u bytes long.\n", buffer_size);
/* Now create a decoding context and decode the whole thing again. */
xds = xds_init(XDS_DECODE);
|
|