aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists.adb')
-rw-r--r--src/synth/netlists.adb5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/synth/netlists.adb b/src/synth/netlists.adb
index af1c149f2..6e84e2116 100644
--- a/src/synth/netlists.adb
+++ b/src/synth/netlists.adb
@@ -461,11 +461,6 @@ package body Netlists is
return Instances_Table.Table (Inst).First_Input + Input (Idx);
end Get_Input;
- function Get_Input_Net (Inst : Instance; Idx : Port_Idx) return Net is
- begin
- return Get_Driver (Get_Input (Inst, Idx));
- end Get_Input_Net;
-
-- Nets
function Is_Valid (N : Net) return Boolean is