diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/synth/synth-source.ads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synth/synth-source.ads b/src/synth/synth-source.ads index c7f1d3d83..1b6466218 100644 --- a/src/synth/synth-source.ads +++ b/src/synth/synth-source.ads @@ -42,5 +42,4 @@ package Synth.Source is -- Set only if not yet set. procedure Set_Location_Maybe (Inst : Netlists.Instance; Src : Syn_Src); procedure Set_Location_Maybe (N : Netlists.Net; Src : Syn_Src); - pragma Inline (Set_Location); end Synth.Source; |