From fd7ce659ef9b61483dd40419552aa8036fa95bd0 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 6 Oct 2019 12:59:15 +0200 Subject: netlists: Remove Get_Name renaming for instances. --- src/synth/netlists.ads | 1 - 1 file changed, 1 deletion(-) (limited to 'src/synth/netlists.ads') diff --git a/src/synth/netlists.ads b/src/synth/netlists.ads index 49c9144db..bfe4522b3 100644 --- a/src/synth/netlists.ads +++ b/src/synth/netlists.ads @@ -246,7 +246,6 @@ package Netlists is function Is_Self_Instance (I : Instance) return Boolean; function Get_Module (Inst : Instance) return Module; function Get_Instance_Name (Inst : Instance) return Sname; - function Get_Name (Inst : Instance) return Sname renames Get_Instance_Name; function Get_Instance_Parent (Inst : Instance) return Module; function Get_Parent (Inst : Instance) return Module renames Get_Instance_Parent; -- cgit v1.2.3