diff options
Diffstat (limited to 'src/vhdl/canon.ads')
-rw-r--r-- | src/vhdl/canon.ads | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vhdl/canon.ads b/src/vhdl/canon.ads index 40ce5088f..45e7db6a5 100644 --- a/src/vhdl/canon.ads +++ b/src/vhdl/canon.ads @@ -61,11 +61,6 @@ package Canon is (Arch : Iir_Architecture_Body) return Iir_Design_Unit; - -- Macro-expand package bodies for instantiations in DECL. Return the - -- chain of bodies (the parent of each body is set to PARENT). - function Create_Instantiation_Bodies - (Decl : Iir_Package_Declaration; Parent : Iir) return Iir; - -- Canonicalize a subprogram call. procedure Canon_Subprogram_Call (Call : Iir); |