X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2Fxmalloc.c;h=e44d8b0bff4d7336134188ebe736778a1e8a12ae;hb=2d09549421b49587d4680a94dab277646e9fef44;hp=94ca382c278da9740d702971f347daffbd8c2f06;hpb=78f114380b63113c10060c5c26676482f9b1a435;p=libfirm 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; }