From: Florian Liekweg Date: Mon, 16 Feb 2004 11:06:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=443b7297d1589123cde42bbd2571905e18d349be;p=libfirm *** empty log message *** [r2425] --- diff --git a/ir/adt/xmalloc.c b/ir/adt/xmalloc.c index 94ca382c2..e44d8b0bf 100644 --- a/ir/adt/xmalloc.c +++ b/ir/adt/xmalloc.c @@ -45,8 +45,6 @@ void * if (!res) xnomem (); - memset (res, 0x00, size); - return res; }