From e29e126bc30cf3fdfee9962a2f6d0fed0a08c94c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 31 Mar 2016 06:29:15 +0200 Subject: Minor cleanup. --- src/vhdl/translate/trans-helpers2.adb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src') diff --git a/src/vhdl/translate/trans-helpers2.adb b/src/vhdl/translate/trans-helpers2.adb index b6df362ee..b1442fb92 100644 --- a/src/vhdl/translate/trans-helpers2.adb +++ b/src/vhdl/translate/trans-helpers2.adb @@ -128,15 +128,6 @@ package body Trans.Helpers2 is New_Procedure_Call (Constr); end Gen_Memcpy; - -- function Gen_Malloc (Length : O_Enode; Ptype : O_Tnode) return O_Enode - -- is - -- Constr : O_Assoc_List; - -- begin - -- Start_Association (Constr, Ghdl_Malloc); - -- New_Association (Constr, Length); - -- return New_Convert_Ov (New_Function_Call (Constr), Ptype); - -- end Gen_Malloc; - function Gen_Alloc (Kind : Allocation_Kind; Size : O_Enode; Ptype : O_Tnode) return O_Enode -- cgit v1.2.3