diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-06-06 20:55:37 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-06-07 07:55:42 +0200 |
commit | a2b6404455e9080200673ee8e723870648bceac4 (patch) | |
tree | f12295437aa9c619e2722c4efaaf44629c2a2381 /src/synth/synth-expr.adb | |
parent | 1536293cf14227b0177be596d82e4ce1085fb746 (diff) | |
download | ghdl-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.adb | 1 |
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; |