On Fri, Jan 28, 2011 at 20:08:50 -0800, Alan Coopersmith wrote: > The only place it was called was in Realloc, if the initial pointer was > NULL, but ANSI C89 already guarantees realloc(NULL, size) will be handled > as malloc(size), so we don't need to handle that case ourselves. > > Signed-off-by: Alan Coopersmith <[email protected]> > --- > dsimple.c | 20 +------------------- > dsimple.h | 1 - > 2 files changed, 1 insertions(+), 20 deletions(-) > Reviewed-by: Julien Cristau <[email protected]>
Cheers, Julien _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
