diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-04-29 08:10:26 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-04-29 08:10:26 +0200 |
commit | 8774bb9ed89c49290d609b21e9f15fdea81803c7 (patch) | |
tree | 5d50eb6a2be7f9c643a39f964bf50f2d4e6733ff /src/grt | |
parent | 6f53685c28aefce0f31b85904a8b1cf6dcaf1d9e (diff) | |
download | ghdl-8774bb9ed89c49290d609b21e9f15fdea81803c7.tar.gz ghdl-8774bb9ed89c49290d609b21e9f15fdea81803c7.tar.bz2 ghdl-8774bb9ed89c49290d609b21e9f15fdea81803c7.zip |
grt-fst.adb: remove reference to unused entity,
Fix issue 57
Diffstat (limited to 'src/grt')
-rw-r--r-- | src/grt/grt-fst.adb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/grt/grt-fst.adb b/src/grt/grt-fst.adb index 982cb06e9..45d5142df 100644 --- a/src/grt/grt-fst.adb +++ b/src/grt/grt-fst.adb @@ -24,13 +24,10 @@ -- covered by the GNU Public License. with Interfaces; use Interfaces; with Interfaces.C; -with System; use System; with Grt.Types; use Grt.Types; with Grt.Fst_Api; use Grt.Fst_Api; with Grt.Vcd; use Grt.Vcd; with Grt.Avhpi; use Grt.Avhpi; -with System.Storage_Elements; -- Work around GNAT bug. -pragma Unreferenced (System.Storage_Elements); with Grt.Errors; use Grt.Errors; with Grt.Signals; use Grt.Signals; with Grt.Table; |