aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-12 05:15:30 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-12 05:15:30 +0200
commit8f0227416720253cabacff0d0cb9ced2f660f981 (patch)
treeb80aa44fe408fcf2d6581fc82046b3d42af5da1f /src/synth/synth-expr.ads
parent8f1870143c4020196c7610e590079ee8b9b2f7d3 (diff)
downloadghdl-8f0227416720253cabacff0d0cb9ced2f660f981.tar.gz
ghdl-8f0227416720253cabacff0d0cb9ced2f660f981.tar.bz2
ghdl-8f0227416720253cabacff0d0cb9ced2f660f981.zip
synth: remove get_width from synth-expr
Diffstat (limited to 'src/synth/synth-expr.ads')
-rw-r--r--src/synth/synth-expr.ads2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/synth/synth-expr.ads b/src/synth/synth-expr.ads
index adcf96885..835da87ab 100644
--- a/src/synth/synth-expr.ads
+++ b/src/synth/synth-expr.ads
@@ -29,8 +29,6 @@ with Synth.Context; use Synth.Context;
with Vhdl.Nodes; use Vhdl.Nodes;
package Synth.Expr is
- function Get_Width (Val : Value_Acc) return Uns32;
-
procedure Set_Location (N : Net; Loc : Node);
pragma Inline (Set_Location);