aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-stack2.adb
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2016-01-06 22:01:19 +0100
committerTristan Gingold <gingold@adacore.com>2016-01-06 22:01:19 +0100
commit16d7aabfdfe62bf9c42feab12264052fc2e1c328 (patch)
treee90522a7278393f48ba564ce73744a8d36eba3da /src/grt/grt-stack2.adb
parentf2824d92ccb9ac9b5de81b6ce7cbe25fb0bf880f (diff)
downloadghdl-16d7aabfdfe62bf9c42feab12264052fc2e1c328.tar.gz
ghdl-16d7aabfdfe62bf9c42feab12264052fc2e1c328.tar.bz2
ghdl-16d7aabfdfe62bf9c42feab12264052fc2e1c328.zip
grt-stack2: Fix unreferenced entity.
Diffstat (limited to 'src/grt/grt-stack2.adb')
-rw-r--r--src/grt/grt-stack2.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/grt/grt-stack2.adb b/src/grt/grt-stack2.adb
index cb56225b7..0ac25f5b7 100644
--- a/src/grt/grt-stack2.adb
+++ b/src/grt/grt-stack2.adb
@@ -24,7 +24,6 @@
-- covered by the GNU Public License.
with Ada.Unchecked_Conversion;
with Ada.Unchecked_Deallocation;
-with Grt.Errors; use Grt.Errors;
with Grt.Stdio;
with Grt.Astdio;