diff options
author | Tristan Gingold <gingold@adacore.com> | 2016-01-06 21:52:52 +0100 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2016-01-06 21:52:52 +0100 |
commit | f2824d92ccb9ac9b5de81b6ce7cbe25fb0bf880f (patch) | |
tree | 0879e0715dbca7f2a19740fc711968403ef7106f | |
parent | b495347c0d41d0a67a54cdf69adf13b43a305bb1 (diff) | |
download | ghdl-f2824d92ccb9ac9b5de81b6ce7cbe25fb0bf880f.tar.gz ghdl-f2824d92ccb9ac9b5de81b6ce7cbe25fb0bf880f.tar.bz2 ghdl-f2824d92ccb9ac9b5de81b6ce7cbe25fb0bf880f.zip |
grt-fst: remove unreferenced with-ed package.
-rw-r--r-- | src/grt/grt-fst.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/grt/grt-fst.adb b/src/grt/grt-fst.adb index 9152a29b8..982cb06e9 100644 --- a/src/grt/grt-fst.adb +++ b/src/grt/grt-fst.adb @@ -36,7 +36,6 @@ with Grt.Signals; use Grt.Signals; with Grt.Table; with Grt.Astdio; use Grt.Astdio; with Grt.Hooks; use Grt.Hooks; -with Grt.Rtis; use Grt.Rtis; with Grt.Rtis_Types; use Grt.Rtis_Types; with Grt.Vstrings; with Ada.Unchecked_Deallocation; |