diff options
author | Tristan Gingold | 2016-01-06 22:01:19 +0100 |
---|---|---|
committer | Tristan Gingold | 2016-01-06 22:01:19 +0100 |
commit | 16d7aabfdfe62bf9c42feab12264052fc2e1c328 (patch) | |
tree | e90522a7278393f48ba564ce73744a8d36eba3da /src/grt | |
parent | f2824d92ccb9ac9b5de81b6ce7cbe25fb0bf880f (diff) | |
download | ghdl-16d7aabfdfe62bf9c42feab12264052fc2e1c328.tar.gz ghdl-16d7aabfdfe62bf9c42feab12264052fc2e1c328.tar.bz2 ghdl-16d7aabfdfe62bf9c42feab12264052fc2e1c328.zip |
grt-stack2: Fix unreferenced entity.
Diffstat (limited to 'src/grt')
-rw-r--r-- | src/grt/grt-stack2.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/grt/grt-stack2.adb b/src/grt/grt-stack2.adb index cb56225..0ac25f5 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; |