aboutsummaryrefslogtreecommitdiffstats
path: root/translate/grt/grt-disp.adb
diff options
context:
space:
mode:
Diffstat (limited to 'translate/grt/grt-disp.adb')
-rw-r--r--translate/grt/grt-disp.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/translate/grt/grt-disp.adb b/translate/grt/grt-disp.adb
index 075c8b4dc..3a6b3e74c 100644
--- a/translate/grt/grt-disp.adb
+++ b/translate/grt/grt-disp.adb
@@ -16,8 +16,7 @@
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
with System.Storage_Elements; -- Work around GNAT bug.
-with Grt.Types; use Grt.Types;
-with Grt.Signals; use Grt.Signals;
+pragma Unreferenced (System.Storage_Elements);
with Grt.Astdio; use Grt.Astdio;
with Grt.Stdio; use Grt.Stdio;
--with Grt.Errors; use Grt.Errors;