diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-03-18 20:17:47 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-03-18 20:17:47 +0100 |
commit | 8e97758e77b2a0798bd83f99e72b32db43f0fe0e (patch) | |
tree | 8278f6cbfbb7f66795a1403847d2ffd9a80a88cc | |
parent | f5d6578a062f1af9c3508ed26b0f7edff04b1a01 (diff) | |
download | ghdl-8e97758e77b2a0798bd83f99e72b32db43f0fe0e.tar.gz ghdl-8e97758e77b2a0798bd83f99e72b32db43f0fe0e.tar.bz2 ghdl-8e97758e77b2a0798bd83f99e72b32db43f0fe0e.zip |
grt-psl.adb: fix build failure (unused package).
-rw-r--r-- | src/grt/grt-psl.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/grt/grt-psl.adb b/src/grt/grt-psl.adb index b7b863f11..0ff366f89 100644 --- a/src/grt/grt-psl.adb +++ b/src/grt/grt-psl.adb @@ -27,7 +27,6 @@ with System; with Grt.Types; use Grt.Types; with Grt.Stdio; use Grt.Stdio; with Grt.Errors; use Grt.Errors; -with Grt.Signals; use Grt.Signals; with Grt.Astdio; use Grt.Astdio; with Grt.Hooks; use Grt.Hooks; with Grt.Rtis; use Grt.Rtis; |