aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-06 20:55:37 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-07 07:55:42 +0200
commita2b6404455e9080200673ee8e723870648bceac4 (patch)
treef12295437aa9c619e2722c4efaaf44629c2a2381 /src/synth/synth-expr.adb
parent1536293cf14227b0177be596d82e4ce1085fb746 (diff)
downloadghdl-a2b6404455e9080200673ee8e723870648bceac4.tar.gz
ghdl-a2b6404455e9080200673ee8e723870648bceac4.tar.bz2
ghdl-a2b6404455e9080200673ee8e723870648bceac4.zip
synth: add comments and refactoring.
Diffstat (limited to 'src/synth/synth-expr.adb')
-rw-r--r--src/synth/synth-expr.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synth/synth-expr.adb b/src/synth/synth-expr.adb
index 74ca80a01..c398263f1 100644
--- a/src/synth/synth-expr.adb
+++ b/src/synth/synth-expr.adb
@@ -30,7 +30,6 @@ with Simul.Annotations; use Simul.Annotations;
with Grt.Types; use Grt.Types;
with Synth.Errors; use Synth.Errors;
-with Synth.Context; use Synth.Context;
with Synth.Types; use Synth.Types;
with Netlists; use Netlists;