X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fcoroutine%2Ftest%2Fapi-3.c;fp=ccan%2Fcoroutine%2Ftest%2Fapi-3.c;h=dcc3531250683d49c3ef3d9c52281917e9445598;hb=ace6131ed7d12a48fc6f019a0d69e94f30c5cd3e;hp=e06c03d3c47f2eec23e4dd9c0bee666ecd1ee0f6;hpb=9b3f4ef6eec6a5981dcaa62f45da49b8f4f95388;p=ccan diff --git a/ccan/coroutine/test/api-3.c b/ccan/coroutine/test/api-3.c index e06c03d3..dcc35312 100644 --- a/ccan/coroutine/test/api-3.c +++ b/ccan/coroutine/test/api-3.c @@ -27,8 +27,6 @@ static void clobber(void *p) buf[i] = random() & 0xff; } - diag("Wrote random to buffer\n"); - s->total = 0; for (i = 0; i < sizeof(buf); i++) { s->total += buf[i];