aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-03-18 20:17:47 +0100
committerTristan Gingold <tgingold@free.fr>2016-03-18 20:17:47 +0100
commit8e97758e77b2a0798bd83f99e72b32db43f0fe0e (patch)
tree8278f6cbfbb7f66795a1403847d2ffd9a80a88cc /src
parentf5d6578a062f1af9c3508ed26b0f7edff04b1a01 (diff)
downloadghdl-8e97758e77b2a0798bd83f99e72b32db43f0fe0e.tar.gz
ghdl-8e97758e77b2a0798bd83f99e72b32db43f0fe0e.tar.bz2
ghdl-8e97758e77b2a0798bd83f99e72b32db43f0fe0e.zip
grt-psl.adb: fix build failure (unused package).
Diffstat (limited to 'src')
-rw-r--r--src/grt/grt-psl.adb1
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;