X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/19d6e7a1f1a0ef5dcde45cc8c0d175129c73cfe1..49a82c163f76e2916974ec3eac8d395662e7187b:/ev.c?ds=inline diff --git a/ev.c b/ev.c index 96380ac..aefc9df 100644 --- a/ev.c +++ b/ev.c @@ -85,7 +85,6 @@ get_clock (void) if ((cnt) > cur) \ { \ int newcnt = cur ? cur << 1 : 16; \ - fprintf (stderr, "resize(" # base ") from %d to %d\n", cur, newcnt);\ base = realloc (base, sizeof (*base) * (newcnt)); \ init (base + cur, newcnt - cur); \ cur = newcnt; \