From c85fe89c5a1a12d1cefe32fe03246a3a057b8151 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 9 Mar 2010 08:58:17 +0000 Subject: ev_avoid_stdio --- ev.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ev.c') diff --git a/ev.c b/ev.c index 850314d..bf83e90 100644 --- a/ev.c +++ b/ev.c @@ -574,7 +574,6 @@ ev_realloc_emul (void *ptr, long size) * implement realloc (x, 0) (as required by both ansi c-98 and * the single unix specification, so work around them here. */ - if (size) return realloc (ptr, size); -- cgit v1.2.3