aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-environment.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-environment.adb')
-rw-r--r--src/synth/synth-environment.adb6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/synth/synth-environment.adb b/src/synth/synth-environment.adb
index 05f572b64..f050265c3 100644
--- a/src/synth/synth-environment.adb
+++ b/src/synth/synth-environment.adb
@@ -643,18 +643,12 @@ package body Synth.Environment is
-- Both assignments must be a dff.
case Get_Id (Get_Net_Parent (P_Val)) is
- when Id_Idff
- | Id_Dff =>
- null;
when Id_Dyn_Insert_En =>
null;
when others =>
return False;
end case;
case Get_Id (Get_Net_Parent (N_Val)) is
- when Id_Idff
- | Id_Dff =>
- null;
when Id_Dyn_Insert_En =>
null;
when others =>