From 443b7297d1589123cde42bbd2571905e18d349be Mon Sep 17 00:00:00 2001 From: Florian Liekweg Date: Mon, 16 Feb 2004 11:06:46 +0000 Subject: [PATCH] *** empty log message *** [r2425] --- ir/adt/xmalloc.c | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.20.1